Skip to content

Releases: A-Bak/Google-Sheets-Phonebook-Add-on

v0.0.3

03 May 10:26
Compare
Choose a tag to compare

Alternative installation while the add-on is under review:

  1. (Optional) Download a release version of the add-on
  2. Open Google Sheets
  3. Open Google Apps Scripts (located in the Extensions menu on the toolbar)
  4. Copy the entire contents of Phonebook.gs
  5. Replace the function myFunction() in Code.gs with the contents of Phonebook.gs
  6. Reload Google Sheets (it might take more than one try)
  7. Done

Authorization:

  1. Attempt to use the add-on (e.g. try to select a phonebook)
  2. Authorization Required - Google Sheets will ask for permission to run the script
  3. Sign in with a Google account
  4. Click Advanced
  5. Click Go to Untitled project (unsafe)
  6. Click Allow
  7. Done

v0.0.2

21 Apr 15:30
Compare
Choose a tag to compare

Alternative installation while the add-on is under review:

1. (Optional) Download a release version of the add-on
2. Open Google Sheets
3. Open Google Apps Scripts (located in the Extensions menu on the toolbar)
4. Copy the entire contents of "Phonebook.gs"
5. Replace the "function myFunction()" in "Code.gs" with the contents of "Phonebook.gs"
6. Reload Google Sheets (it might take more than one try)
7. Done

v0.0.1

21 Apr 14:40
Compare
Choose a tag to compare

Instead of installing the add-on through the Google Marketplace you can manually add the script to Google Apps Script.