Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Apa itu Automate Connection?
Automate Connection adalah ekstensi Chrome yang dikembangkan oleh https://automateconnection.com, dan fitur utamanya adalah "Automate Connection helps you send friend requests and follow people you find in Groups.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Automate Connection
Unduh file ekstensi Automate Connection dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
URL Resmi | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
Deskripsi | Automate Connection helps you send friend requests and follow people you find in Groups. |
Ukuran File | 622 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.96 |
Terakhir Diperbarui | 2020-11-06 |
Tanggal Publikasi | 2020-07-17 |
Pengembang | https://automateconnection.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.automateconnection.com |
URL Halaman Bantuan | https://www.automateconnection.com/support |
URL Halaman Kebijakan Privasi | https://www.automateconnection.com/privacy |
Bahasa yang Didukung | 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" ] } ] } |