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.

Qu'est-ce que inboxCare ?

inboxCare est une extension Chrome développée par inboxcare.net, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension inboxCare

Téléchargez les fichiers d'extension inboxCare 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ợ 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.                    

Informations de Base sur l'Extension

Nom inboxCare inboxCare
ID ckifpfmpodkjbmkphoalhejafalcfdgp
URL Officiel 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.
Taille du Fichier 4.9 MB
Nombre d'Installations 1,303
Version Actuelle 1.3.3
Dernière Mise à Jour 2024-01-06
Date de Publication 2023-03-21
Évaluation 4.85/5 Total 91 Évaluations
Développeur inboxcare.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://inboxcare.net/privacy-policy
Langues Prises en Charge 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'"
    }
}