Roistat CRM tools

Roistat CRM tools

What is Roistat CRM tools?

Roistat CRM tools is a Chrome extension developed by Roistat, and its main feature is "Roistat CRM tools".

Extension Screenshots

screenshot
screenshot

Download Roistat CRM tools Extension CRX File

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

                        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                    

Extension Basic Information

Name Roistat CRM tools Roistat CRM tools
ID ikbkgacdpenjbbiacghfhkmkfndiinaj
Official URL https://chromewebstore.google.com/detail/roistat-crm-tools/ikbkgacdpenjbbiacghfhkmkfndiinaj
Description Roistat CRM tools
File Size 197 KB
Installation Count 203
Current Version 1.0.1
Last Updated 2019-02-09
Publish Date 2019-02-08
Rating 5.00/5 Total 1 Ratings
Developer Roistat
Email [email protected]
Payment Type free
Extension Website http://roistat.com
Privacy Policy Page URL https://roistat.com/ru/privacy
Supported Languages 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
}