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…

What is Comm Cache for Podio?

Comm Cache for Podio is a Chrome extension developed by commcache, and its main feature 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…".

Extension Screenshots

screenshot

Download Comm Cache for Podio Extension CRX File

Download Comm Cache for Podio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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**                    

Extension Basic Information

Name Comm Cache for Podio Comm Cache for Podio
ID hpjecmfemeekbjlhcadodkaaificgabm
Official URL 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…
File Size 2 MB
Installation Count 19
Current Version 0.0.16
Last Updated 2020-06-16
Publish Date 2020-06-16
Rating 5.00/5 Total 1 Ratings
Developer commcache
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}