HỖ TRỢ MARKETING - FBTOOL

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

Cos'è HỖ TRỢ MARKETING - FBTOOL?

HỖ TRỢ MARKETING - FBTOOL è un'estensione di Chrome sviluppata da tracuusodienthoai, e la sua funzione principale è "Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HỖ TRỢ MARKETING - FBTOOL

Scarica i file di estensione HỖ TRỢ MARKETING - FBTOOL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome HỖ TRỢ MARKETING - FBTOOL HỖ TRỢ MARKETING - FBTOOL
ID jgchkpdemkddmfpphlkgfnohoimkmfpo
URL Ufficiale https://chrome.google.com/webstore/detail/h%E1%BB%97-tr%E1%BB%A3-marketing-fbtool/jgchkpdemkddmfpphlkgfnohoimkmfpo
Descrizione Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook
Dimensione del File 429 KB
Conteggio Installazioni 2,163
Versione Corrente 2.6
Ultimo Aggiornamento 2023-05-25
Data di Pubblicazione 2021-12-28
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore tracuusodienthoai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tracuusodienthoai.com/
URL della Pagina di Aiuto https://tracuusodienthoai.com/lien-he
URL della Pagina della Politica sulla Privacy https://tracuusodienthoai.com/chinh-sach-bao-mat
Lingue Supportate 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"
            ]
        }
    ]
}