FriendFunnels

Automation of sending messages to newly added friends on facebook.

ما هو FriendFunnels؟

FriendFunnels هو إضافة Chrome تم تطويرها بواسطة http://friendfunnels.com، والميزة الرئيسية لها هي "Automation of sending messages to newly added friends on facebook.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FriendFunnels

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

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

                        FriendFunnels is a chrome Extension that sends the first message automatically when someone accepts your Friend requests on Facebook or you accept Someone's Friend requests, Plus segments the people to the lists you've setup in the chrome extension.

Version 1.0.8 updates:

- Major bug fixes
- Customized Message Sequences
- List segmentation on the Basis of Tags
- Logout Button is Added                    

معلومات أساسية عن التمديد

الاسم FriendFunnels FriendFunnels
ID ibbihembmlhhaaekiidjaielppfhjhoc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/friendfunnels/ibbihembmlhhaaekiidjaielppfhjhoc
الوصف Automation of sending messages to newly added friends on facebook.
حجم الملف 313 KB
عدد التثبيتات 240
النسخة الحالية 1.0.8
آخر تحديث 2020-09-06
تاريخ النشر 2020-05-12
تقييم 4.50/5 مجموع تقييمات 2
المطور http://friendfunnels.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.friendfunnels.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FriendFunnels",
    "version": "1.0.8",
    "description": "Automation of sending messages to newly added friends on facebook.",
    "background": {
        "scripts": [
            "bg\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/mbasic.facebook.com; object-src 'self'; script-src-elem 'self' *;",
    "icons": {
        "128": "icon128-f.png",
        "48": "icon48-f.png",
        "16": "icon16-f.png"
    },
    "browser_action": {
        "default_popup": "popups\/add_message.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-scripts\/jquery-3.2.1.min.js",
                "injected-scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/mbasic.facebook.com\/*",
        "storage",
        "https:\/\/mbasic.facebook.com\/*"
    ]
}