Internet Marketing Bar

Build Custom Audiences, Create Amazing Posts, and more.

Co je Internet Marketing Bar?

Internet Marketing Bar je rozšíření Chrome vyvinuté ecanning5, a jeho hlavní funkcí je „Build Custom Audiences, Create Amazing Posts, and more.“.

Stáhnout soubor CRX rozšíření Internet Marketing Bar

Stáhněte si soubory rozšíření Internet Marketing Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Internet Marketing Bar Internet Marketing Bar
ID dhijnmmpipndmnpkhpbigejkhmlnlcap
Oficiální URL https://chrome.google.com/webstore/detail/internet-marketing-bar/dhijnmmpipndmnpkhpbigejkhmlnlcap
Popis Build Custom Audiences, Create Amazing Posts, and more.
Velikost souboru 53.55 KB
Počet instalací 202
Aktuální Verze 1.0
Poslední Aktualizace 2014-03-27
Datum Vydání 2014-03-27
Hodnocení 3.23/5 Celkem 13 Hodnocení
Vývojář ecanning5
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Internet Marketing Bar",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Build Custom Audiences, Create Amazing Posts, and more.",
    "background": {
        "scripts": [
            "utility_functions.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/GB-19.png",
        "48": "images\/GB-48.png",
        "128": "images\/GB-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.facebook.com\/login*"
            ],
            "js": [
                "jquery-1.7.min.js",
                "insertion.js"
            ]
        }
    ],
    "content_security_policy": "script-src https:\/\/internetmarketingbar.com https:\/\/bar.internetmarketingbar.com 'self' ; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/GB-19.png",
        "default_title": "Internet Marketing Bar"
    },
    "web_accessible_resources": [],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "clipboardWrite",
        "activeTab",
        "unlimitedStorage"
    ]
}