forhanks.com

forhanks.com Extension | Công nghệ mới Big Data, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!

forhanks.com란 무엇입니까?

forhanks.com은(는) https://forhanks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "forhanks.com Extension | Công nghệ mới Big Data, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

forhanks.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ƯU ĐIỂM NỔI BẬT
- Công nghệ BIG DATA với kho dữ liệu lớn nhất Việt Nam được cập nhật liên tục
- Hỗ trợ check lượt like, comment, share, inbox…
- Tỷ lệ lấy số điện thoại thành công cao, lên đến 80%

CHỐT SALE HIỆU QUẢ
- Không cần phải yêu cầu khách hàng để lại số điện thoại
- Gọi điện chốt sale khi khách hàng chưa kịp tham khảo nơi khác
- Tăng tỷ lệ chốt sale thành công lên tới 30-50%, giảm thiếu chi phí ADS

PHÙ HỢP VỚI MỌI KHÁCH HÀNG
- Phù hợp với các đối tượng kinh doanh, từ cá nhân cho tới doanh nghiệp
- Phù hợp với các ngành như: Spa, nha khoa, kinh doanh quần áo, bất động sản, bảo hiểm, tổ chức sự kiện, đào tạo, du lịch, doanh nghiệp chuỗi, siêu thị, sản phẩm sức khỏe

SỬ DỤNG DỄ DÀNG
- Là Extension trên Webstore Chrome nên dễ dàng cài đặt và an toàn
- Đăng ký tài khoản nhanh chóng bằng Facebook
- Giao diện trực quan dễ sử dụng                    

확장 프로그램 기본 정보

이름 forhanks.com forhanks.com
ID cmgmiegcnkfdhfpiongjjlcehmihhgao
공식 URL https://chromewebstore.google.com/detail/forhankscom/cmgmiegcnkfdhfpiongjjlcehmihhgao
설명 forhanks.com Extension | Công nghệ mới Big Data, hỗ trợ chốt sale, tìm kiếm khách hàng tiềm năng hoàn hảo!
파일 크기 142 KB
설치 횟수 157
현재 버전 5.6
최근 업데이트 2022-10-05
출시 날짜 2021-01-04
개발자 https://forhanks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://forhanks.com/
도움말 페이지 URL https://forhanks.com/#cai-dat
개인정보 보호 정책 페이지 URL https://forhanks.com/chinh-sach-bao-mat-thong-tin.html
지원되는 언어 vi
manifest.json
{
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "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\/style.css"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*",
                "https:\/\/forhanks.com\/*"
            ]
        }
    ],
    "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'"
    },
    "description": "forhanks.com Extension | C\u00f4ng ngh\u1ec7 m\u1edbi Big Data, 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"
    },
    "manifest_version": 3,
    "name": "forhanks.com",
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/wwww.messenger.com\/*",
        "https:\/\/forhanks.com\/",
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.6",
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/mypopup.js"
            ],
            "matches": [],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ]
}