Create, update and insert charts within Google Slides and Canva, using data pulled from your dashboarding applications.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Chartbuddy",
"version": "1.0.3",
"description": "Create, update and insert charts within Google Slides and Canva, using data pulled from your dashboarding applications.",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs"
],
"background": {
"service_worker": "js/serviceWorker.js"
},
"action": {
"default_icon": {
"16": "assets/app-icons/icon16.png",
"48": "assets/app-icons/icon48.png",
"128": "assets/app-icons/icon128.png"
}
},
"host_permissions": [
"https://docs.google.com/*",
"https://*.canva.com/*",
"https://lookerstudio.google.com/*",
"https://chartbuddy.io/*",
"https://miro.com/*",
"https://*.miro.com/*",
"https://figma.com/*",
"https://*.figma.com/*",
"https://*.powerbi.com/*",
"https://*.powerbi.microsoft.com/*",
"https://onedrive.live.com/*",
"https://*.onedrive.live.com/*",
"https://www.microsoft365.com/*",
"https://*.microsoft365.com/*",
"https://*.microsoft.com/*",
"https://notion.com/*",
"https://*.notion.com/*",
"https://*.notion.so/*"
]
}