Unichat Extension

Gửi được nhiều tin nhắn riêng cho khách hàng bình luận vào bài viết mà không cần đợi khách hàng phản hồi. Gửi tin nhắn ngoài 24h…

Qu'est-ce que Unichat Extension ?

Unichat Extension est une extension Chrome développée par nguyenphuongdo99, et sa fonction principale est "Gửi được nhiều tin nhắn riêng cho khách hàng bình luận vào bài viết mà không cần đợi khách hàng phản hồi. Gửi tin nhắn ngoài 24h…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Unichat Extension

Téléchargez les fichiers d'extension Unichat Extension 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

                        Gửi được nhiều tin nhắn riêng cho khách hàng bình luận vào bài viết mà không cần đợi khách hàng phản hồi.

Gửi tin nhắn ngoài 24h kể từ tin nhắn cuối cùng của khách hàng, bình thường chỉ có thể chăm sóc khách hàng trong 24h theo cơ chế của Facebook.

Cách cài đặt:
	- B1: Đăng nhập Facebook mà bạn dùng để chăm sóc khách hàng vào trình duyệt (Google Chorme, Coccoc,...).
	- B2: Truy cập link tại đây để thêm extension.
	- B3: Chọn "Thêm vào chrome"/ “Add to chrome”.
	- B4: Truy cập vào YDpage > Reload/ F5 lại trang và sử dụng.

Lưu ý khi sử dụng: 
	- Khi gặp sự cố không gửi được tin, vui lòng Reload lại extension, nếu không được thủ gỡ ra cài lại.
	- Gỡ extension version cũ hoặc những extension tương tự.
	- Khuyến cáo không cài extension ở nhiều tài khoản trên cùng 1 ứng dụng.
	- Gỡ extension MetaMask (là extension của meta) nếu đang cài đặt.                    

Informations de Base sur l'Extension

Nom Unichat Extension Unichat Extension
ID mhenoddoipcoapehblkobncdejlaepmj
URL Officiel https://chromewebstore.google.com/detail/unichat-extension/mhenoddoipcoapehblkobncdejlaepmj
Description Gửi được nhiều tin nhắn riêng cho khách hàng bình luận vào bài viết mà không cần đợi khách hàng phản hồi. Gửi tin nhắn ngoài 24h…
Taille du Fichier 144 KB
Nombre d'Installations 176
Version Actuelle 3.0.3
Dernière Mise à Jour 2023-03-18
Date de Publication 2022-08-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur nguyenphuongdo99
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yody.vn/
URL de la Page d'Aide https://hdsd.yody.io/ydpage/cai-cong-cu-extension
URL de la Page de Politique de Confidentialité https://ypage.yody.io/privacy_policy
Langues Prises en Charge vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unichat Extension",
    "version": "3.0.3",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "128": "icon.png",
        "16": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/127.0.0.1\/*",
                "*:\/\/localhost\/*",
                "https:\/\/dev.unichat.yody.io\/",
                "https:\/\/dev-unichat.yody.io\/",
                "https:\/\/unichat.yody.io\/",
                "https:\/\/unichat-prod.yody.io\/",
                "https:\/\/unicorn.yody.io\/",
                "https:\/\/dev-unichat.yody.io\/?v=*",
                "https:\/\/unichat.yody.io\/?v=*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "author": {
        "name": "nguyenphuong99",
        "email": "[email protected]"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/127.0.0.1\/*",
        "*:\/\/localhost\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/dev.unichat.yody.io\/",
        "https:\/\/dev-unichat.yody.io\/",
        "https:\/\/unichat.yody.io\/",
        "https:\/\/unichat-prod.yody.io\/",
        "https:\/\/unicorn.yody.io\/",
        "https:\/\/dev-unichat.yody.io\/?v=*",
        "https:\/\/unichat.yody.io\/?v=*"
    ]
}