Brightery Mega Marketing
Brightery Marketing tools
¿Qué es Brightery Mega Marketing?
Brightery Mega Marketing es una extensión de Chrome desarrollada por https://brightery.com, y su función principal es "Brightery Marketing tools".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Brightery Mega Marketing
Descarga archivos de extensión Brightery Mega Marketing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Brightery Mega Marketing |
ID | mgkgaomagbigcdhlndkkgbckklijebck |
URL Oficial | https://chromewebstore.google.com/detail/brightery-mega-marketing/mgkgaomagbigcdhlndkkgbckklijebck |
Descripción | Brightery Marketing tools |
Tamaño del Archivo | 5.63 MB |
Cantidad de Instalaciones | 263 |
Versión Actual | 2.2.32.0 |
Última Actualización | 2021-06-01 |
Fecha de Publicación | 2019-10-18 |
Calificación | 3.78/5 Total de 9 Calificaciones |
Desarrollador | https://brightery.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://www.brightery.com |
URL de la Página de Ayuda | https://www.brightery.com/en/product/brightery-mega-marketing |
URL de la Página de Política de Privacidad | https://www.brightery.com/en/page/privacy |
Idiomas Soportados | 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" } } |