Brightery Mega Marketing
Brightery Marketing tools
Cos'è Brightery Mega Marketing?
Brightery Mega Marketing è un'estensione di Chrome sviluppata da https://brightery.com, e la sua funzione principale è "Brightery Marketing tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brightery Mega Marketing
Scarica i file di estensione Brightery Mega Marketing 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mgkgaomagbigcdhlndkkgbckklijebck |
| URL Ufficiale | https://chromewebstore.google.com/detail/brightery-mega-marketing/mgkgaomagbigcdhlndkkgbckklijebck |
| Descrizione | Brightery Marketing tools |
| Dimensione del File | 5.63 MB |
| Conteggio Installazioni | 263 |
| Versione Corrente | 2.2.32.0 |
| Ultimo Aggiornamento | 2021-06-01 |
| Data di Pubblicazione | 2019-10-18 |
| Valutazione | 3.78/5 Totale 9 Valutazioni |
| Sviluppatore | https://brightery.com |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Sito Web dell'Estensione | https://www.brightery.com |
| URL della Pagina di Aiuto | https://www.brightery.com/en/product/brightery-mega-marketing |
| URL della Pagina della Politica sulla Privacy | https://www.brightery.com/en/page/privacy |
| Lingue Supportate | 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"
}
} | |