Automate Connection

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

What is Automate Connection?

Automate Connection is a Chrome extension developed by https://automateconnection.com, and its main feature is "Automate Connection helps you send friend requests and follow people you find in Groups.".

Extension Screenshots

screenshot

Download Automate Connection Extension CRX File

Download Automate Connection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Automate Connection Automate Connection
ID ghhablmjeefoeiacopikkahllihhoagf
Official URL https://chromewebstore.google.com/detail/automate-connection/ghhablmjeefoeiacopikkahllihhoagf
Description Automate Connection helps you send friend requests and follow people you find in Groups.
File Size 622 KB
Installation Count 20
Current Version 1.96
Last Updated 2020-11-06
Publish Date 2020-07-17
Developer https://automateconnection.com
Email [email protected]
Payment Type free
Extension Website https://www.automateconnection.com
Help Page URL https://www.automateconnection.com/support
Privacy Policy Page URL https://www.automateconnection.com/privacy
Supported Languages 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"
            ]
        }
    ]
}