Engagement Rocket Pro
Interact with your Facebook friends on autopilot and get more engagement, leads and sales.
Qu'est-ce que Engagement Rocket Pro ?
Engagement Rocket Pro est une extension Chrome développée par alex.just.1011, et sa fonction principale est "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Engagement Rocket Pro
Téléchargez les fichiers d'extension Engagement Rocket Pro 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
Interact with your Facebook friends on autopilot. This fantastic tool will help you get more engagement, leads and sales. THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST.
Informations de Base sur l'Extension
Nom | Engagement Rocket Pro |
ID | cofjiijpjmlhjdlkjaejfbeagokemekm |
URL Officiel | https://chromewebstore.google.com/detail/engagement-rocket-pro/cofjiijpjmlhjdlkjaejfbeagokemekm |
Description | Interact with your Facebook friends on autopilot and get more engagement, leads and sales. |
Taille du Fichier | 855 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2023-05-17 |
Date de Publication | 2023-02-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | alex.just.1011 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.engamentrocketpro.com/ |
URL de la Page de Politique de Confidentialité | https://www.alexjusst.com/politica-de-privacidad1 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5", "manifest_version": 3, "name": "Engagement Rocket Pro", "description": "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.", "content_scripts": [ { "matches": [ "https:\/\/mbasic.facebook.com\/*", "https:\/\/www.facebook.com\/" ], "js": [ "lib\/js\/browser-polyfill.js", "lib\/js\/jquery-3.2.1.min.js", "lib\/js\/moment.min.js", "js\/content.js" ], "css": [ "lib\/css\/style.css" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "Engagement Rocket Pro" }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158069-small_icon.png", "48": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158132-medium_icon.png", "128": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158181-large_icon.png" }, "short_name": "ERP" } |