Ems-Networks Extension

Ems-Networks Extension

Cos'è Ems-Networks Extension?

Ems-Networks Extension è un'estensione di Chrome sviluppata da http://intlabs.dev, e la sua funzione principale è "Ems-Networks Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ems-Networks Extension

Scarica i file di estensione Ems-Networks Extension 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

                        Ems-Networks.Com | HỆ THỐNG CHỐT SALE, CHĂM SÓC KHÁCH HÀNG HOÀN HẢO!
- Phần mềm tra cứu, tìm kiếm thông tin khách hàng tiềm năng
- Tra cứu SĐT trên mọi Group, Fanpage, Profile
- Tra cứu thông tin khách hàng của bạn và cả đối thủ
- Quét tệp UID => Số điện thoại không giới hạn
- Tra cứu bất kì đâu, bất kì hình thức nào trên FB(comment, like, share, inbox) 
- Sử dụng vô cùng dễ dàng                    

Informazioni di Base sull'Estensione

Nome Ems-Networks Extension Ems-Networks Extension
ID fghgdapcoaknmdokpaafglkbdbjodell
URL Ufficiale https://chrome.google.com/webstore/detail/ems-networks-extension/fghgdapcoaknmdokpaafglkbdbjodell
Descrizione Ems-Networks Extension
Dimensione del File 144 KB
Conteggio Installazioni 241
Versione Corrente 2.1.0
Ultimo Aggiornamento 2022-11-16
Data di Pubblicazione 2019-08-04
Valutazione 5.00/5 Totale 18 Valutazioni
Sviluppatore http://intlabs.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://intlabs.dev/
URL della Pagina di Aiuto https://intlabs.dev/privacy.html
URL della Pagina della Politica sulla Privacy https://intlabs.dev/privacy.html
Lingue Supportate vi
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/16.png",
        "default_popup": "myPopup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Ems-Networks Extension",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/sdk.accountkit.com\/en_US\/sdk.js; object-src 'self'",
    "manifest_version": 2,
    "name": "Ems-Networks Extension",
    "permissions": [
        "cookies",
        "http:\/\/facebook.com\/*",
        "https:\/\/facebook.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.0"
}