Engagement Rocket Pro
Interact with your Facebook friends on autopilot and get more engagement, leads and sales.
Cos'è Engagement Rocket Pro?
Engagement Rocket Pro è un'estensione di Chrome sviluppata da alex.just.1011, e la sua funzione principale è "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Engagement Rocket Pro
Scarica i file di estensione Engagement Rocket Pro 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
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.
Informazioni di Base sull'Estensione
Nome | Engagement Rocket Pro |
ID | cofjiijpjmlhjdlkjaejfbeagokemekm |
URL Ufficiale | https://chromewebstore.google.com/detail/engagement-rocket-pro/cofjiijpjmlhjdlkjaejfbeagokemekm |
Descrizione | Interact with your Facebook friends on autopilot and get more engagement, leads and sales. |
Dimensione del File | 855 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-05-17 |
Data di Pubblicazione | 2023-02-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | alex.just.1011 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.engamentrocketpro.com/ |
URL della Pagina della Politica sulla Privacy | https://www.alexjusst.com/politica-de-privacidad1 |
Lingue Supportate | 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" } |