Adsensor Publisher Tools

Helper tools for Adsensor enabled publishers

What is Adsensor Publisher Tools?

Adsensor Publisher Tools is a Chrome extension developed by https://www.adsensor.com, and its main feature is "Helper tools for Adsensor enabled publishers".

Extension Screenshots

screenshot

Download Adsensor Publisher Tools Extension CRX File

Download Adsensor Publisher 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 Adsensor’s Google Chrome browser extension, helps you monitor Adsensor on your digital property and also to leverage its unique features towards having a simple and quick overview of Adsensor’s usage on your website.                    

Extension Basic Information

Name Adsensor Publisher Tools Adsensor Publisher Tools
ID jhfgneldocladagkeonhkcnkioajeopf
Official URL https://chrome.google.com/webstore/detail/adsensor-publisher-tools/jhfgneldocladagkeonhkcnkioajeopf
Description Helper tools for Adsensor enabled publishers
File Size 615 KB
Installation Count 99
Current Version 1.0.6
Last Updated 2019-04-05
Publish Date 2019-04-05
Developer https://www.adsensor.com
Email [email protected]
Payment Type free
Extension Website https://www.adsensor.com/
Help Page URL https://www.adsensor.com/contact-us
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adsensor Publisher Tools",
    "short_name": "Adsensor Publisher Tools",
    "version": "1.0.6",
    "description": "Helper tools for Adsensor enabled publishers",
    "icons": {
        "16": "resources\/img\/icon16.png",
        "48": "resources\/img\/icon48.png",
        "128": "resources\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "resources\/img\/icon19_grey.png",
            "38": "resources\/img\/icon38_grey.png"
        },
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "https:\/\/console.adsensor.com\/*",
        "tabs",
        "contextMenus",
        "notifications",
        "activeTab",
        "management",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content-script.css",
                "resources\/css\/toastr.min.css"
            ],
            "js": [
                "resources\/js\/jquery.min.js",
                "resources\/js\/toastr.min.js",
                "content\/content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/dfdbz2tdq3k01.cloudfront.net\/ https:\/\/msgws.webspectator.com https:\/\/msg.webspectator.com https:\/\/msg.adsensor.com https:\/\/msgws.adsensor.com; object-src 'self'",
    "web_accessible_resources": [
        "resources\/img\/*.svg",
        "content\/content-script.css"
    ]
}