diff --git a/extension/comic.png b/extension/comic.png new file mode 100644 index 0000000..aa78cdb Binary files /dev/null and b/extension/comic.png differ diff --git a/extension/help.html b/extension/help.html index fea9af8..f7a43d8 100644 --- a/extension/help.html +++ b/extension/help.html @@ -16,30 +16,38 @@ -About Google Chrome to Phone Extension +Google Chrome to Phone Extension + - +

 Google Chrome to Phone Extension

+
+

About

-

Google Chrome to Phone Extension enables you to send links and other information from Chrome to your Android device. Simply
-click on the phone icon and the link will be pushed to your device. You will be required to log in with the same account used by
-your Android device.

+

Chrome to Phone, from Google, enables you to send links and other information from Chrome to your Android device.
+Chrome to Phone is comprised of a Chrome browser extension and an Android application.

Features

-

-

-

Android Setup Instructions

-

-

    -
  1. 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.
  2. -
  3. 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.
  4. -
-

+Setup instructions

©2010 Google - About Google - Privacy - Terms of Service
diff --git a/extension/popup.html b/extension/popup.html index 99aee06..b346f87 100644 --- a/extension/popup.html +++ b/extension/popup.html @@ -35,7 +35,7 @@ var apiVersion = 4; var baseUrl = 'https://chrometophone.appspot.com'; var sendUrl = baseUrl + '/send?ver=' + apiVersion;; var signInUrl = baseUrl + '/signin?extret=' + - encodeURIComponent(chrome.extension.getURL('signed_in.html')) + '&ver=' + apiVersion; + encodeURIComponent(chrome.extension.getURL('help.html')) + '%23signed_in&ver=' + apiVersion; var signOutUrl = baseUrl + '/signout?extret=' + encodeURIComponent(chrome.extension.getURL('signed_out.html')) + '&ver=' + apiVersion; diff --git a/extension/signed_in.html b/extension/signed_in.html deleted file mode 100644 index 116a0d7..0000000 --- a/extension/signed_in.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - -Google Chrome to Phone Extension - - - - -

 Google Chrome to Phone Extension

- -

Signed in

-

Congratulations. You are now signed in to Chrome to Phone.

- -

Android Setup Instructions

-

-

  1. 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.
  2. -
  3. 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.
  4. -
- -

©2010 Google - About Google - -Privacy - Terms of Service
- -