Comm Cache for Podio
Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a…
Qu'est-ce que Comm Cache for Podio ?
Comm Cache for Podio est une extension Chrome développée par commcache, et sa fonction principale est "Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Comm Cache for Podio
Téléchargez les fichiers d'extension Comm Cache for Podio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace. **NOTE: This extension is only for existing CommCache users**
Informations de Base sur l'Extension
Nom | |
ID | hpjecmfemeekbjlhcadodkaaificgabm |
URL Officiel | https://chrome.google.com/webstore/detail/comm-cache-for-podio/hpjecmfemeekbjlhcadodkaaificgabm |
Description | Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a… |
Taille du Fichier | 2 MB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.16 |
Dernière Mise à Jour | 2020-06-16 |
Date de Publication | 2020-06-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | commcache |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comm Cache for Podio", "version": "0.0.16", "manifest_version": 2, "short_name": "CommCache", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "images\/icons\/icon32.png" } }, "options_page": "options.html", "permissions": [ "storage", "notifications", "https:\/\/podio.com\/*", "https:\/\/www.commcache.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/commcache.com\/*" ] }, "background": { "scripts": [ "lib\/jquery.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/podio.com\/*" ], "js": [ "lib\/jquery.min.js", "commcontent.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "*.js", "*.png" ], "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" } } |