Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Wat is Automate Connection?
Automate Connection is een Chrome-extensie ontwikkeld door https://automateconnection.com, en de belangrijkste functie is "Automate Connection helps you send friend requests and follow people you find in Groups.".
Extensie Screenshots
Download het CRX-bestand van de extensie Automate Connection
Download Automate Connection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
Officiële URL | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
Beschrijving | Automate Connection helps you send friend requests and follow people you find in Groups. |
Bestandsgrootte | 622 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.96 |
Laatst Bijgewerkt | 2020-11-06 |
Publicatiedatum | 2020-07-17 |
Ontwikkelaar | https://automateconnection.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.automateconnection.com |
Help Pagina-URL | https://www.automateconnection.com/support |
URL van de Privacybeleid Pagina | https://www.automateconnection.com/privacy |
Ondersteunde Talen | 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" ] } ] } |