Internet Marketing Bar

Build Custom Audiences, Create Amazing Posts, and more.

Cos'è Internet Marketing Bar?

Internet Marketing Bar è un'estensione di Chrome sviluppata da ecanning5, e la sua funzione principale è "Build Custom Audiences, Create Amazing Posts, and more.".

Scarica il file CRX dell'estensione Internet Marketing Bar

Scarica i file di estensione Internet Marketing Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Internet Marketing Bar Internet Marketing Bar
ID dhijnmmpipndmnpkhpbigejkhmlnlcap
URL Ufficiale https://chrome.google.com/webstore/detail/internet-marketing-bar/dhijnmmpipndmnpkhpbigejkhmlnlcap
Descrizione Build Custom Audiences, Create Amazing Posts, and more.
Dimensione del File 53.55 KB
Conteggio Installazioni 202
Versione Corrente 1.0
Ultimo Aggiornamento 2014-03-27
Data di Pubblicazione 2014-03-27
Valutazione 3.23/5 Totale 13 Valutazioni
Sviluppatore ecanning5
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}