Roistat CRM tools

Roistat CRM tools

Wat is Roistat CRM tools?

Roistat CRM tools is een Chrome-extensie ontwikkeld door Roistat, en de belangrijkste functie is "Roistat CRM tools".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Roistat CRM tools

Download Roistat CRM tools-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

                        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                    

Basisinformatie over de Extensie

Naam Roistat CRM tools Roistat CRM tools
ID ikbkgacdpenjbbiacghfhkmkfndiinaj
Officiële URL https://chromewebstore.google.com/detail/roistat-crm-tools/ikbkgacdpenjbbiacghfhkmkfndiinaj
Beschrijving Roistat CRM tools
Bestandsgrootte 197 KB
Aantal Installaties 203
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-02-09
Publicatiedatum 2019-02-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Roistat
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://roistat.com
URL van de Privacybeleid Pagina https://roistat.com/ru/privacy
Ondersteunde Talen 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
}