Releases: A-Bak/Google-Sheets-Phonebook-Add-on
Releases · A-Bak/Google-Sheets-Phonebook-Add-on
v0.0.3
Alternative installation while the add-on is under review:
- (Optional) Download a release version of the add-on
- Open Google Sheets
- Open Google Apps Scripts (located in the Extensions menu on the toolbar)
- Copy the entire contents of
Phonebook.gs
- Replace the
function myFunction()
inCode.gs
with the contents ofPhonebook.gs
- Reload Google Sheets (it might take more than one try)
- Done
Authorization:
- Attempt to use the add-on (e.g. try to select a phonebook)
- Authorization Required - Google Sheets will ask for permission to run the script
- Sign in with a Google account
- Click
Advanced
- Click
Go to Untitled project (unsafe)
- Click
Allow
- Done
v0.0.2
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