Roistat CRM tools

Roistat CRM tools

Cos'è Roistat CRM tools?

Roistat CRM tools è un'estensione di Chrome sviluppata da Roistat, e la sua funzione principale è "Roistat CRM tools".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Roistat CRM tools

Scarica i file di estensione Roistat CRM tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This app change link to audio files to audio player. Now you don't need to open file in new tab to listen it. You could listen it in current tab directly. Screenshots shows you how it looks like before and after. 

Privacy policy: https://roistat.com/ru/privacy                    

Informazioni di Base sull'Estensione

Nome Roistat CRM tools Roistat CRM tools
ID ikbkgacdpenjbbiacghfhkmkfndiinaj
URL Ufficiale https://chromewebstore.google.com/detail/roistat-crm-tools/ikbkgacdpenjbbiacghfhkmkfndiinaj
Descrizione Roistat CRM tools
Dimensione del File 197 KB
Conteggio Installazioni 203
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-02-09
Data di Pubblicazione 2019-02-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Roistat
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://roistat.com
URL della Pagina della Politica sulla Privacy https://roistat.com/ru/privacy
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roistat CRM tools",
    "version": "1.0.1",
    "description": "Roistat CRM tools",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "forge.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "forge\/app_config.js",
                "forge\/all.js",
                "src\/js\/jquery-2.0.0.js",
                "src\/js\/page.js"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "src\/img\/logo128.png",
        "48": "src\/img\/logo48.png",
        "16": "src\/img\/logo16.png"
    },
    "browser_action": {
        "default_icon": "src\/img\/logo16.png",
        "default_popup": "src\/index.html"
    },
    "manifest_version": 2
}