Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Hvad er Automate Connection?
Automate Connection er en Chrome-udvidelse udviklet af https://automateconnection.com, og dens hovedfunktion er "Automate Connection helps you send friend requests and follow people you find in Groups.".
Udvidelsesskærmbilleder
Download Automate Connection-udvidelses-CRX-fil
Download Automate Connection-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
Officiel URL | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
Beskrivelse | Automate Connection helps you send friend requests and follow people you find in Groups. |
Filstørrelse | 622 KB |
Antal Installationer | 20 |
Nuværende Version | 1.96 |
Senest Opdateret | 2020-11-06 |
Udgivelsesdato | 2020-07-17 |
Udvikler | https://automateconnection.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.automateconnection.com |
Hjælpeside-URL | https://www.automateconnection.com/support |
URL til Fortrolighedspolitik Side | https://www.automateconnection.com/privacy |
Understøttede Sprog | 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" ] } ] } |