Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
什麼是Automate Connection?
Automate Connection是由https://automateconnection.com開發的Chrome擴展程式,該擴展的主要功能是“Automate Connection helps you send friend requests and follow people you find in Groups.”。
擴展截圖
下載Automate Connection擴展crx文件
下載Automate Connection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | Automate Connection |
ID | ghhablmjeefoeiacopikkahllihhoagf |
官方網址 | https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf |
簡介 | Automate Connection helps you send friend requests and follow people you find in Groups. |
檔案大小 | 622 KB |
安裝次數 | 20 |
目前版本 | 1.96 |
更新時間 | 2020-11-06 |
上架時間 | 2020-07-17 |
開發者 | https://automateconnection.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.automateconnection.com |
說明頁面URL | https://www.automateconnection.com/support |
隱私政策頁面URL | https://www.automateconnection.com/privacy |
支援的語言 | 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" ] } ] } |