Fatel.vn
FATEL.VN | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!
Cos'è Fatel.vn?
Fatel.vn è un'estensione di Chrome sviluppata da fatel.vn, e la sua funzione principale è "FATEL.VN | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fatel.vn
Scarica i file di estensione Fatel.vn 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
FATEL.VN | CÔNG NGHỆ 4.0, HỖ TRỢ CHỐT SALE 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ủ - 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 ------------ - Đăng ký tài khoản và sau đó login tài khoản để sử dụng - Bạn được tặng 20 lượt tra cứu đầu tiên. ChangeLog: + V12 - 31/10/2020: - Fix giao diện mới FB + V11.6 - 17/03/2020: - Fix lỗi mất button get comment + V11.5 - 30/07/2019: - Fix lỗi khi quét profile cá nhân trên Chrome - MacOS + V11.4 - 23/07/2019: - Fix login xong tự xóa extension + V11.3 - 22/07/2019: - Fix login 2 lần
Informazioni di Base sull'Estensione
Nome | Fatel.vn |
ID | nhmlbphnfddedneiohphjhndfolegnik |
URL Ufficiale | https://chromewebstore.google.com/detail/fatelvn/nhmlbphnfddedneiohphjhndfolegnik |
Descrizione | FATEL.VN | Công nghệ 4.0, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo! |
Dimensione del File | 369 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 12 |
Ultimo Aggiornamento | 2020-11-03 |
Data di Pubblicazione | 2020-03-17 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | fatel.vn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://fatel.vn |
URL della Pagina di Aiuto | https://fatel.vn/chinh-sach-quyen-rieng-tu/ |
URL della Pagina della Politica sulla Privacy | https://fatel.vn/privacy |
Lingue Supportate | vi |
manifest.json | |
{ "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "img\/16.png", "default_popup": "myPopup.html" }, "content_scripts": [ { "js": [ "scripts\/jquery.min.js", "scripts\/content.js", "scripts\/jquery.notify.min.js", "scripts\/toastr.min.js", "scripts\/md5.js" ], "css": [ "css\/contentStyles.css" ], "matches": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.messenger.com\/*" ], "all_frames": true } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "FATEL.VN | C\u00f4ng ngh\u1ec7 4.0, h\u1ed7 tr\u1ee3 ch\u1ed1t sale, t\u00ecm ki\u1ebfm kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng ho\u00e0n h\u1ea3o!", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvIP\/Dxf5KYsxtxcEYrsN6KtLIDsA2M9mj6t4c08epx9EvybJWlq1OEgweC1S1RKTzKx2kvvXWqPluYyRVIAuiRIeN8qxO3myxVjYP50zgWnDKIsjeessEs2SNI0rrZQqGt6UrPwINnhfYC2X5BnJnZQXvms+r\/Y2POC72gMIkC3OI7JRx\/w5jBpDIdO1OGfIrRgP0YHJAbfy2fDx8qBbMOg6rEV+ZycDYKRDgM2St2cLiRFAC1USvoydZSvrvCWhW+ZzV2McSMn4jYVh7vylcI0NhhA3VptwC1D4pUlnfy2k\/OwKmsK3LodcP6a1Z+gKHQTb0CuVVYPJA8aJx8eoKQIDAQAB", "manifest_version": 2, "name": "Fatel.vn", "permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/wwww.messenger.com\/*", "https:\/\/fatel.vn\/*", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "12", "web_accessible_resources": [ "scripts\/mypopup.js" ] } |