Chatsilo

Use tags to manage and organize your Facebook Messenger conversations and leads

Co to jest Chatsilo?

Chatsilo to rozszerzenie Chrome opracowane przez https://chatsilo.com, a jego główną funkcją jest „Use tags to manage and organize your Facebook Messenger conversations and leads”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Chatsilo

Pobierz pliki rozszerzeń Chatsilo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Let get started!

Just click on the blue ADD TO CHROME button above.
   
👍 How it works

You have access to the following:

✔️ Inbuilt custom tags
✔️ Custom tag colors
✔️ Notes
✔️ Browser reminders
✔️ Canned messages/responses
✔️ Message templates
✔️ Google calendar integration
✔️ Support Facebook Marketplace
✔️ Support Facebook Pages
✔️ Ability to send mass message to all friends on Facebook messenger
✔️ Tag contacts on Messenger, your Facebook profile, groups e.t.c.


Note: This extension is not affiliated with Facebook or it's Messenger platform in any way.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chatsilo Chatsilo
ID ifcljmkcponiminmkdhpfiidbijpnljb
Oficjalny URL https://chromewebstore.google.com/detail/chatsilo/ifcljmkcponiminmkdhpfiidbijpnljb
Opis Use tags to manage and organize your Facebook Messenger conversations and leads
Rozmiar pliku 1.28 MB
Liczba instalacji 2,641
Aktualna Wersja 5.1.7
Ostatnia Aktualizacja 2024-03-01
Data Publikacji 2020-07-05
Ocena 3.22/5 Łącznie 18 Oceny
Deweloper https://chatsilo.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://chatsilo.com
Adres URL Strony Pomocy https://docs.chatsilo.com
Adres URL Strony Polityki Prywatności https://chatsilo.com/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chatsilo",
    "short_name": "ChatSilo",
    "version": "5.1.7",
    "description": "Use tags to manage and organize your Facebook Messenger conversations and leads",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "64": "64.png",
        "128": "128.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "ChatSilo",
        "default_popup": "\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "identity",
        "alarms",
        "notifications",
        "clipboardRead",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/accounts.google.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.chatsilo.com\/*",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/x.chatsilo.com\/",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/messages*",
                "*:\/\/*.facebook.com\/*\/inbox*",
                "*:\/\/*.messenger.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/business.facebook.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "config.js",
                "toastr.min.js",
                "content\/contentScript.js",
                "content\/page_content_script.js",
                "content\/bulkMsg_content_script.js",
                "content\/assign_tag_msg_new.js"
            ],
            "css": [
                "toastr.min.css",
                "content\/content-script.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/business.facebook.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "config.js",
                "toastr.min.js",
                "content\/contentScript.js",
                "content\/friends_list_script.js",
                "content\/profile_content_script.js",
                "content\/afd_content_script.js",
                "content\/afdc_content_script.js",
                "content\/assign_tag_msg_new.js",
                "content\/add_tag_message_popup.js"
            ],
            "css": [
                "toastr.min.css",
                "content\/content-script.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgWA1y0Sk7DpRCfUlmBL0Z7BdoQV\/ZN8E0zgFvgKPbGp0tWTRFJsT0ttL79zo3+ufbGzxqCHP+Ac7cwPwq\/ho2uT7\/b+gPm5d5TXai8p3tRs0ohQw540eEtM6vIlvKVfRbJfzpTRuCVmPD7MgUlY3fDh8dq06pHefpa1Oc4inwLT9VVJXEV+5YxN8jNIW3hF95BuGPHyX9UjxI3IJiMpRC7rhxFTCIycd8Fu01llcRm7fWGzTd8eA+Ah0HqtUmc1yzU16i7e7G+b7EHHuSLQUpiI8MsCRTxw2Hj1ce1bqy0LDMq0VD\/g7kXHQnIi1irNMNnvM9jLJNBdNFKtUKFzk8QIDAQAB"
}