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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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\/*"
    ]
}