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…

Hvad er Comm Cache for Podio?

Comm Cache for Podio er en Chrome-udvidelse udviklet af commcache, og dens hovedfunktion er "Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a…".

Udvidelsesskærmbilleder

screenshot

Download Comm Cache for Podio-udvidelses-CRX-fil

Download Comm Cache for Podio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Comm Cache for Podio Comm Cache for Podio
ID hpjecmfemeekbjlhcadodkaaificgabm
Officiel URL https://chrome.google.com/webstore/detail/comm-cache-for-podio/hpjecmfemeekbjlhcadodkaaificgabm
Beskrivelse Making a phone call via Podio is just one tap away. Comm Cache adds Phone and SMS functionalities to your Podio workspace Making a…
Filstørrelse 2 MB
Antal Installationer 19
Nuværende Version 0.0.16
Senest Opdateret 2020-06-16
Udgivelsesdato 2020-06-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler commcache
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}