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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Automate Connection

قم بتنزيل ملفات الامتداد Automate Connection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.automateconnection.com
عنوان صفحة المساعدة https://www.automateconnection.com/support
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}