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…
Wat is Comm Cache for Podio?
Comm Cache for Podio is een Chrome-extensie ontwikkeld door commcache, en de belangrijkste functie is "Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a…".
Extensie Screenshots
Download het CRX-bestand van de extensie Comm Cache for Podio
Download Comm Cache for Podio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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**
Basisinformatie over de Extensie
Naam | |
ID | hpjecmfemeekbjlhcadodkaaificgabm |
Officiële URL | https://chrome.google.com/webstore/detail/comm-cache-for-podio/hpjecmfemeekbjlhcadodkaaificgabm |
Beschrijving | Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a… |
Bestandsgrootte | 2 MB |
Aantal Installaties | 19 |
Huidige Versie | 0.0.16 |
Laatst Bijgewerkt | 2020-06-16 |
Publicatiedatum | 2020-06-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | commcache |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |