Brightery Mega Marketing
Brightery Marketing tools
Was ist Brightery Mega Marketing?
Brightery Mega Marketing ist eine Chrome-Erweiterung, die von https://brightery.com entwickelt wurde, und ihr Hauptmerkmal ist "Brightery Marketing tools".
Erweiterungsscreenshots
Brightery Mega Marketing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Brightery Mega Marketing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mgkgaomagbigcdhlndkkgbckklijebck |
| Offizielle URL | https://chromewebstore.google.com/detail/brightery-mega-marketing/mgkgaomagbigcdhlndkkgbckklijebck |
| Beschreibung | Brightery Marketing tools |
| Dateigröße | 5.63 MB |
| Installationsanzahl | 263 |
| Aktuelle Version | 2.2.32.0 |
| Letztes Update | 2021-06-01 |
| Veröffentlichungsdatum | 2019-10-18 |
| Bewertung | 3.78/5 Insgesamt 9 Bewertungen |
| Entwickler | https://brightery.com |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://www.brightery.com |
| Hilfeseite URL | https://www.brightery.com/en/product/brightery-mega-marketing |
| URL der Datenschutzrichtlinien-Seite | https://www.brightery.com/en/page/privacy |
| Unterstützte Sprachen | 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"
}
} | |