Brightery Mega Marketing

Brightery Marketing tools

Qu'est-ce que Brightery Mega Marketing ?

Brightery Mega Marketing est une extension Chrome développée par https://brightery.com, et sa fonction principale est "Brightery Marketing tools".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Brightery Mega Marketing

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

                        Brightery Mega Marketing is a complete tool to manage your digital marketing, managing paid ads, Email newsletters


7 days trial version is available, create an account at brightery.com and just login using your account credentials.                    

Informations de Base sur l'Extension

Nom Brightery Mega Marketing Brightery Mega Marketing
ID mgkgaomagbigcdhlndkkgbckklijebck
URL Officiel https://chromewebstore.google.com/detail/brightery-mega-marketing/mgkgaomagbigcdhlndkkgbckklijebck
Description Brightery Marketing tools
Taille du Fichier 5.63 MB
Nombre d'Installations 263
Version Actuelle 2.2.32.0
Dernière Mise à Jour 2021-06-01
Date de Publication 2019-10-18
Évaluation 3.78/5 Total 9 Évaluations
Développeur https://brightery.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.brightery.com
URL de la Page d'Aide https://www.brightery.com/en/product/brightery-mega-marketing
URL de la Page de Politique de Confidentialité https://www.brightery.com/en/page/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brightery Mega Marketing",
    "short_name": "BMMCE",
    "description": "Brightery Marketing tools",
    "version": "2.2.32.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.brightery.com https:\/\/*.facebook.com  https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/maps.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "activeTab",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*\/",
        "https:\/\/www.facebook.com\/",
        "cookies"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.brightery.com\/*"
        ]
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "64": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "options_page": "index.html",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "background\/background.js",
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo.png",
            "24": "img\/logo.png",
            "32": "img\/logo.png",
            "128": "img\/logo.png"
        },
        "default_popup": "background\/popup.html"
    }
}