FB1STOOl

Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook

FB1STOOl란 무엇입니까?

FB1STOOl은(는) fb1s에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook"입니다.

확장 프로그램 스크린샷

screenshot

FB1STOOl 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Hỗ trợ công việc kinh doanh, giúp phân loại khách hàng, và bổ sung thông tin lead                    

확장 프로그램 기본 정보

이름 FB1STOOl FB1STOOl
ID lhphglkpgkbcnefamgocildeokfifjjd
공식 URL https://chrome.google.com/webstore/detail/fb1stool/lhphglkpgkbcnefamgocildeokfifjjd
설명 Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook
파일 크기 429 KB
설치 횟수 223
현재 버전 6.9
최근 업데이트 2023-07-04
출시 날짜 2023-05-25
평점 5.00/5 총 1 개의 평점
개발자 fb1s
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fb1s.com/cong-cu-cao-cap/fb-tool
도움말 페이지 URL https://fb1s.com/lien-he
개인정보 보호 정책 페이지 URL https://fb1s.com/chinh-sach-bao-mat
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FB1STOOl",
    "version": "6.9",
    "description": "C\u00f4ng c\u1ee5 t\u00ecm ki\u1ebfm data kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng tr\u00ean Facebook",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/fb1s.com\/*"
    ],
    "icons": {
        "32": "images\/u.png",
        "64": "images\/u.png",
        "128": "images\/u.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/axios.js",
                "js\/jquery.js",
                "jqueryct.js",
                "js\/content.js",
                "js\/notify.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "style.css",
                "css\/content.css"
            ]
        }
    ]
}