Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Vad är Automate Connection?
Automate Connection är en Chrome-tillägg utvecklad av https://automateconnection.com, och dess huvudfunktion är "Automate Connection helps you send friend requests and follow people you find in Groups.".
Tilläggsskärmbilder
Ladda ner Automate Connection-förlängningens CRX-fil
Ladda ner Automate Connection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
Officiell webbadress | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
Beskrivning | Automate Connection helps you send friend requests and follow people you find in Groups. |
Filstorlek | 622 KB |
Antal Installationer | 20 |
Aktuell Version | 1.96 |
Senast Uppdaterad | 2020-11-06 |
Publiceringsdatum | 2020-07-17 |
Utvecklare | https://automateconnection.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.automateconnection.com |
Hjälpsida URL | https://www.automateconnection.com/support |
URL till Sekretesspolicy Sidan | https://www.automateconnection.com/privacy |
Stödda Språk | 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" ] } ] } |