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!
What is Fatel.vn?
Fatel.vn is a Chrome extension developed by fatel.vn, and its main feature is "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!".
Extension Screenshots
Download Fatel.vn Extension CRX File
Download Fatel.vn 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
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
Extension Basic Information
Name | Fatel.vn |
ID | nhmlbphnfddedneiohphjhndfolegnik |
Official URL | https://chromewebstore.google.com/detail/fatelvn/nhmlbphnfddedneiohphjhndfolegnik |
Description | 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! |
File Size | 369 KB |
Installation Count | 2,000 |
Current Version | 12 |
Last Updated | 2020-11-03 |
Publish Date | 2020-03-17 |
Rating | 2.60/5 Total 5 Ratings |
Developer | fatel.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://fatel.vn |
Help Page URL | https://fatel.vn/chinh-sach-quyen-rieng-tu/ |
Privacy Policy Page URL | https://fatel.vn/privacy |
Supported Languages | 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" ] } |