Automate Connection
Automate Connection helps you send friend requests and follow people you find in Groups.
Что такое Automate Connection?
Automate Connection - это расширение Chrome, разработанное https://automateconnection.com, и его основная функция - "Automate Connection helps you send friend requests and follow people you find in Groups.".
Снимки экрана расширения
Скачать файл CRX расширения Automate Connection
Скачайте файлы расширений 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 |
Официальный URL | 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" ] } ] } |