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.

What is inboxCare?

inboxCare is a Chrome extension developed by inboxcare.net, and its main feature is "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.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download inboxCare Extension CRX File

Download inboxCare 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

                        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.                    

Extension Basic Information

Name inboxCare inboxCare
ID ckifpfmpodkjbmkphoalhejafalcfdgp
Official URL https://chromewebstore.google.com/detail/inboxcare/ckifpfmpodkjbmkphoalhejafalcfdgp
Description 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.
File Size 4.9 MB
Installation Count 1,303
Current Version 1.3.3
Last Updated 2024-01-06
Publish Date 2023-03-21
Rating 4.85/5 Total 91 Ratings
Developer inboxcare.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://inboxcare.net/privacy-policy
Supported Languages 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'"
    }
}