Skip to content

mrk3767/TrelloTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install add-on in Gmail

  1. Open Gmail
  2. Navigate to Settings->Add-ons
  3. Check Enable developer add-ons for my account
  4. Enter deployment ID (obtain from dev setup or stable deployments below)
  5. Click install

Setup for development

  1. Clone repo
  2. npm install
  3. npx clasp login
  4. Navigate to the G Suite Developer Hub
  5. Enable the Google Apps Script API
  6. npx clasp create
  7. Select standalone
  8. npm clasp push
  9. Get your key and secret (at the bottom of the page) from Trello
  10. npx clasp open
  11. Navigate to File->Project Properties->Script Properties
  12. Add two rows
    1. trello.key:<KEY>
    2. trello.secret:<SECRET>
  13. Save
  14. Navigate to Publish->Deploy from manifest...
  15. Click Get ID
  16. Copy the deployment ID

Stable deployments

  • AKfycbzVf5oSzTU0uKvWv3Az5LV5E2NTAj1Z-waBEeSE_AIGZXG1yj1kvU9B5EFz3Em9GRUjnA

Thanks