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…
Was ist Comm Cache for Podio?
Comm Cache for Podio ist eine Chrome-Erweiterung, die von commcache entwickelt wurde, und ihr Hauptmerkmal ist "Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a…".
Erweiterungsscreenshots
Comm Cache for Podio-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comm Cache for Podio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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**
Grundlegende Informationen zur Erweiterung
Name | |
ID | hpjecmfemeekbjlhcadodkaaificgabm |
Offizielle URL | https://chrome.google.com/webstore/detail/comm-cache-for-podio/hpjecmfemeekbjlhcadodkaaificgabm |
Beschreibung | Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a… |
Dateigröße | 2 MB |
Installationsanzahl | 19 |
Aktuelle Version | 0.0.16 |
Letztes Update | 2020-06-16 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | commcache |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |