Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Cos'è Automate Connection?
Automate Connection è un'estensione di Chrome sviluppata da https://automateconnection.com, e la sua funzione principale è "Automate Connection helps you send friend requests and follow people you find in Groups.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Automate Connection
Scarica i file di estensione Automate Connection 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
This extension allows you to automate the process of connecting with your ideal clients. You can search through social media groups and friend request clients who fit certain criteria. These include: Group Name Number of Mutual Friends Keyword in their description You can send up to 50 per day and it shows how many you've sent in total. (Free Version Only 20)
Informazioni di Base sull'Estensione
Nome | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
URL Ufficiale | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
Descrizione | Automate Connection helps you send friend requests and follow people you find in Groups. |
Dimensione del File | 622 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.96 |
Ultimo Aggiornamento | 2020-11-06 |
Data di Pubblicazione | 2020-07-17 |
Sviluppatore | https://automateconnection.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.automateconnection.com |
URL della Pagina di Aiuto | https://www.automateconnection.com/support |
URL della Pagina della Politica sulla Privacy | https://www.automateconnection.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automate Connection", "version": "1.96", "description": "Automate Connection helps you send friend requests and follow people you find in Groups.", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon-128.png", "default_title": "Automate Connection" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "permissions": [ "storage", "tabs", "http:\/\/facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "jquery.js", "contentscript.js" ], "css": [ "content_script.css" ] } ] } |