HỖ TRỢ MARKETING - FBTOOL

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

What is HỖ TRỢ MARKETING - FBTOOL?

HỖ TRỢ MARKETING - FBTOOL is a Chrome extension developed by tracuusodienthoai, and its main feature is "Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook".

Extension Screenshots

screenshot

Download HỖ TRỢ MARKETING - FBTOOL Extension CRX File

Download HỖ TRỢ MARKETING - FBTOOL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hỗ trợ công việc kinh doanh của bạn trở nên dễ dàng hơn với Fbtool. Tìm kiếm dữ liệu khách hàng tiềm năng từ Facebook của bạn                    

Extension Basic Information

Name HỖ TRỢ MARKETING - FBTOOL HỖ TRỢ MARKETING - FBTOOL
ID jgchkpdemkddmfpphlkgfnohoimkmfpo
Official URL https://chrome.google.com/webstore/detail/h%E1%BB%97-tr%E1%BB%A3-marketing-fbtool/jgchkpdemkddmfpphlkgfnohoimkmfpo
Description Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook
File Size 429 KB
Installation Count 2,163
Current Version 2.6
Last Updated 2023-05-25
Publish Date 2021-12-28
Rating 3.75/5 Total 4 Ratings
Developer tracuusodienthoai
Email [email protected]
Payment Type free
Extension Website https://tracuusodienthoai.com/
Help Page URL https://tracuusodienthoai.com/lien-he
Privacy Policy Page URL https://tracuusodienthoai.com/chinh-sach-bao-mat
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "H\u1ed6 TR\u1ee2 MARKETING - FBTOOL",
    "version": "2.6",
    "description": "C\u00f4ng c\u1ee5 t\u00ecm ki\u1ebfm data kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng tr\u00ean Facebook",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.facebook.com\/*",
        "https:\/\/tracuusodienthoai.com\/",
        "https:\/\/tracuusodienthoai.com\/*",
        "storage"
    ],
    "icons": {
        "32": "images\/u.png",
        "64": "images\/u.png",
        "128": "images\/u.png"
    },
    "background": {
        "scripts": [
            "js\/axios.js",
            "js\/jquery.js",
            "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"
            ]
        }
    ]
}