Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Was ist Automate Connection?
Automate Connection ist eine Chrome-Erweiterung, die von https://automateconnection.com entwickelt wurde, und ihr Hauptmerkmal ist "Automate Connection helps you send friend requests and follow people you find in Groups.".
Erweiterungsscreenshots
Automate Connection-Erweiterungs-CRX-Datei herunterladen
Laden Sie Automate Connection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
Offizielle URL | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
Beschreibung | Automate Connection helps you send friend requests and follow people you find in Groups. |
Dateigröße | 622 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.96 |
Letztes Update | 2020-11-06 |
Veröffentlichungsdatum | 2020-07-17 |
Entwickler | https://automateconnection.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.automateconnection.com |
Hilfeseite URL | https://www.automateconnection.com/support |
URL der Datenschutzrichtlinien-Seite | https://www.automateconnection.com/privacy |
Unterstützte Sprachen | 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" ] } ] } |