Fbplus.net
Công cụ tìm kiếm data khách hàng tiềm năng trên facebook, hỗ trợ kinh doanh.
Fbplus.netとは何ですか?
Fbplus.netはfbplus.netによって開発されたChromeの拡張機能で、その主な機能は「Công cụ tìm kiếm data khách hàng tiềm năng trên facebook, hỗ trợ kinh doanh.」です。
拡張機能のスクリーンショット
Fbplus.net拡張機能のCRXファイルをダウンロード
Fbplus.net拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Công cụ tìm kiếm data khách hàng tiềm năng trên Facebook
Hỗ trợ công việc kinh doanh của bạn trở nên dễ dàng hơn với Fbplus.net
- Tra cứu SĐT khách hàng tiềm năng trên mọi Group, Fanpage, Profile
- Tra cứu trực tiếp SĐT trên comment, like, share, inbox
- Tìm facebook từ số điện thoại có sẵn
- Tìm SĐT từ link Facebook ngay trên tool
- Giao diện trực quan dễ sử dụng
=>> Đăng ký tài khoản tại: fbplus.net và sau đó đăng nhập tài khoản để sử dụng                     拡張機能の基本情報
| 名前 |   |  
| ID | ofglbkomfbljpnodjkjjoelalkjeanhh | 
| 公式URL | https://chromewebstore.google.com/detail/fbplusnet/ofglbkomfbljpnodjkjjoelalkjeanhh | 
| 説明 | Công cụ tìm kiếm data khách hàng tiềm năng trên facebook, hỗ trợ kinh doanh. | 
| ファイルサイズ | 386 KB | 
| インストール数 | 2,569 | 
| 現在のバージョン | 12.6 | 
| 最終更新日 | 2024-02-02 | 
| 公開日 | 2022-10-06 | 
| 評価 | 4.20/5 合計 5 レビュー | 
| 開発者 | fbplus.net | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://fbplus.net/ | 
| ヘルプページのURL | https://fbplus.net/lien-he/ | 
| プライバシーポリシーページのURL | https://fbplus.net/ho-tro/dieu-khoan-su-dung.html | 
| 対応言語 | vi | 
| manifest.json | |
 {
    "manifest_version": 3,
    "name": "Fbplus.net",
    "version": "12.6",
    "description": "C\u00f4ng c\u1ee5 t\u00ecm ki\u1ebfm data kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng tr\u00ean facebook, h\u1ed7 tr\u1ee3 kinh doanh.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.js",
                "jqueryct.js",
                "md5.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/fbplus.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/wwww.messenger.com\/*",
        "https:\/\/fbplus.net\/",
        "*:\/\/*\/*"
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [],
            "resources": [
                "js\/popup.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "32": "images\/logo.png",
        "64": "images\/logo.png",
        "128": "images\/logo.png"
    }
}  |  |