mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2026-02-11 18:45:52 +00:00
48 lines
1.8 KiB
HTML
48 lines
1.8 KiB
HTML
<!--
|
|
Copyright 2010 Google Inc.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<title>Google Chrome to Phone Extension</title>
|
|
<style type="text/css">
|
|
body {
|
|
min-width: 320px;
|
|
overflow-x: hidden;
|
|
font-family: verdana;
|
|
font-size: 12px;
|
|
color: black;
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1><img src="icon_128.png" width="64" height="64" valign="bottom"> Google Chrome to Phone Extension</h1>
|
|
|
|
<h2>Signed in</h2>
|
|
<p>Congratulations. You are now signed in to Chrome to Phone.</p>
|
|
|
|
<h2>Android Setup Instructions</h2>
|
|
<p>
|
|
<ol><li>Download the Google Chrome to Phone Extension application to your Android device from Android Market. Note that this application requires Android 2.2 ("Froyo") or later. <br><img src="qr.png"></li>
|
|
<li>Start the application and follow the instructions, choosing the account to use (this must match the account you sign in to with Google Chrome to Phone Extension on the desktop). Note that Google Apps accounts are not supported at this time.</li>
|
|
</ol>
|
|
|
|
<div align="center"><br>©2010 Google - <a href="http://www.google.com/intl/en/about.html">About Google</a> -
|
|
<a href="http://www.google.com/privacy.html">Privacy</a> - <a href="http://chrome.google.com/extensions/intl/en/gallery_tos.html">Terms of Service</a></div>
|
|
</body>
|
|
</html>
|