Internet Marketing Bar

Build Custom Audiences, Create Amazing Posts, and more.

Qu'est-ce que Internet Marketing Bar ?

Internet Marketing Bar est une extension Chrome développée par ecanning5, et sa fonction principale est "Build Custom Audiences, Create Amazing Posts, and more.".

Télécharger le fichier CRX de l'extension Internet Marketing Bar

Téléchargez les fichiers d'extension Internet Marketing Bar 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

                                            

Informations de Base sur l'Extension

Nom Internet Marketing Bar Internet Marketing Bar
ID dhijnmmpipndmnpkhpbigejkhmlnlcap
URL Officiel https://chrome.google.com/webstore/detail/internet-marketing-bar/dhijnmmpipndmnpkhpbigejkhmlnlcap
Description Build Custom Audiences, Create Amazing Posts, and more.
Taille du Fichier 53.55 KB
Nombre d'Installations 202
Version Actuelle 1.0
Dernière Mise à Jour 2014-03-27
Date de Publication 2014-03-27
Évaluation 3.23/5 Total 13 Évaluations
Développeur ecanning5
Type de Paiement free
Langues Prises en Charge 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"
    ]
}