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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
            ]
        }
    ]
}