Automate Connection

Automate Connection helps you send friend requests and follow people you find in Groups.

Automate Connection là gì?

Automate Connection là một tiện ích mở rộng Chrome được phát triển bởi https://automateconnection.com, và tính năng chính của nó là "Automate Connection helps you send friend requests and follow people you find in Groups.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automate Connection

Tải xuống các tệp mở rộng Automate Connection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automate Connection Automate Connection
ID ghhablmjeefoeiacopikkahllihhoagf
URL Chính Thức https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf
Mô tả Automate Connection helps you send friend requests and follow people you find in Groups.
Kích Thước Tệp 622 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.96
Cập Nhật Lần Cuối 2020-11-06
Ngày Phát Hành 2020-07-17
Nhà Phát Triển https://automateconnection.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.automateconnection.com
URL Trang Trợ Giúp https://www.automateconnection.com/support
URL Trang Chính Sách Bảo Mật https://www.automateconnection.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}