Roistat CRM tools

Roistat CRM tools

Qu'est-ce que Roistat CRM tools ?

Roistat CRM tools est une extension Chrome développée par Roistat, et sa fonction principale est "Roistat CRM tools".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Roistat CRM tools

Téléchargez les fichiers d'extension Roistat CRM tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Roistat CRM tools Roistat CRM tools
ID ikbkgacdpenjbbiacghfhkmkfndiinaj
URL Officiel https://chromewebstore.google.com/detail/roistat-crm-tools/ikbkgacdpenjbbiacghfhkmkfndiinaj
Description Roistat CRM tools
Taille du Fichier 197 KB
Nombre d'Installations 203
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-02-09
Date de Publication 2019-02-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Roistat
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://roistat.com
URL de la Page de Politique de Confidentialité https://roistat.com/ru/privacy
Langues Prises en Charge 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
}