FB1STOOl
Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook
Qu'est-ce que FB1STOOl ?
FB1STOOl est une extension Chrome développée par fb1s, et sa fonction principale est "Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FB1STOOl
Téléchargez les fichiers d'extension FB1STOOl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hỗ trợ công việc kinh doanh, giúp phân loại khách hàng, và bổ sung thông tin lead
Informations de Base sur l'Extension
Nom | FB1STOOl |
ID | lhphglkpgkbcnefamgocildeokfifjjd |
URL Officiel | https://chrome.google.com/webstore/detail/fb1stool/lhphglkpgkbcnefamgocildeokfifjjd |
Description | Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook |
Taille du Fichier | 429 KB |
Nombre d'Installations | 223 |
Version Actuelle | 6.9 |
Dernière Mise à Jour | 2023-07-04 |
Date de Publication | 2023-05-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | fb1s |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fb1s.com/cong-cu-cao-cap/fb-tool |
URL de la Page d'Aide | https://fb1s.com/lien-he |
URL de la Page de Politique de Confidentialité | https://fb1s.com/chinh-sach-bao-mat |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FB1STOOl", "version": "6.9", "description": "C\u00f4ng c\u1ee5 t\u00ecm ki\u1ebfm data kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng tr\u00ean Facebook", "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/*", "https:\/\/fb1s.com\/*" ], "icons": { "32": "images\/u.png", "64": "images\/u.png", "128": "images\/u.png" }, "background": { "service_worker": "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" ] } ] } |