inboxCare

inboxCare là công cụ hỗ trợ cho công việc tiếp cận khách hàng tiềm năng trên facebook một cách dễ dàng.

inboxCare란 무엇입니까?

inboxCare은(는) inboxcare.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "inboxCare là công cụ hỗ trợ cho công việc tiếp cận khách hàng tiềm năng trên facebook một cách dễ dàng."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

inboxCare 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hỗ trợ gửi tin nhắn tự động đến hàng loạt khách hàng đã từng inbox quan tâm đến sản phẩm.                    

확장 프로그램 기본 정보

이름 inboxCare inboxCare
ID ckifpfmpodkjbmkphoalhejafalcfdgp
공식 URL https://chromewebstore.google.com/detail/inboxcare/ckifpfmpodkjbmkphoalhejafalcfdgp
설명 inboxCare là công cụ hỗ trợ cho công việc tiếp cận khách hàng tiềm năng trên facebook một cách dễ dàng.
파일 크기 4.9 MB
설치 횟수 1,303
현재 버전 1.3.3
최근 업데이트 2024-01-06
출시 날짜 2023-03-21
평점 4.85/5 총 91 개의 평점
개발자 inboxcare.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://inboxcare.net/privacy-policy
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "inboxCare",
    "description": "inboxCare l\u00e0 c\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 cho c\u00f4ng vi\u1ec7c ti\u1ebfp c\u1eadn kh\u00e1ch h\u00e0ng ti\u1ec1m n\u0103ng tr\u00ean facebook m\u1ed9t c\u00e1ch d\u1ec5 d\u00e0ng.",
    "version": "1.3.3",
    "host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/*.facebook.com\/*"
    ],
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "50": ".\/images\/logos\/logo_50.png"
        },
        "default_title": "inboxCare"
    },
    "icons": {
        "150": ".\/images\/logos\/logo_150.png",
        "50": ".\/images\/logos\/logo_50.png"
    },
    "permissions": [
        "notifications",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": ".\/rules.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}