FriendFunnels

Automation of sending messages to newly added friends on facebook.

什麼是FriendFunnels?

FriendFunnels是由http://friendfunnels.com開發的Chrome擴展程式,該擴展的主要功能是“Automation of sending messages to newly added friends on facebook.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載FriendFunnels擴展crx文件

下載FriendFunnels擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
隱私政策頁面URL 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\/*"
    ]
}