Brightery Mega Marketing

Brightery Marketing tools

What is Brightery Mega Marketing?

Brightery Mega Marketing is a Chrome extension developed by https://brightery.com, and its main feature is "Brightery Marketing tools".

Extension Screenshots

screenshot

Download Brightery Mega Marketing Extension CRX File

Download Brightery Mega Marketing 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

                        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.                    

Extension Basic Information

Name Brightery Mega Marketing Brightery Mega Marketing
ID mgkgaomagbigcdhlndkkgbckklijebck
Official URL https://chromewebstore.google.com/detail/brightery-mega-marketing/mgkgaomagbigcdhlndkkgbckklijebck
Description Brightery Marketing tools
File Size 5.63 MB
Installation Count 263
Current Version 2.2.32.0
Last Updated 2021-06-01
Publish Date 2019-10-18
Rating 3.78/5 Total 9 Ratings
Developer https://brightery.com
Email [email protected]
Payment Type in_app
Extension Website https://www.brightery.com
Help Page URL https://www.brightery.com/en/product/brightery-mega-marketing
Privacy Policy Page URL https://www.brightery.com/en/page/privacy
Supported Languages 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"
    }
}