Tag a Chat

We'll segment your personal FB messages with the tags and lets you set up reminders for following up with messenger conversations

Τι είναι το Tag a Chat;

Το Tag a Chat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον messengerfunnelsio, και η κύρια λειτουργία του είναι "We'll segment your personal FB messages with the tags and lets you set up reminders for following up with messenger conversations".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Tag a Chat

Λήψη αρχείων επέκτασης Tag a Chat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Messenger Funnels help you segment your personal FB messages with the help of tags and also lets you setup reminders for following up with messenger conversations                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tag a Chat Tag a Chat
ID ikbkamonaifojmjddnedbkipjloaikpo
Επίσημο URL https://chrome.google.com/webstore/detail/tag-a-chat/ikbkamonaifojmjddnedbkipjloaikpo
Περιγραφή We'll segment your personal FB messages with the tags and lets you set up reminders for following up with messenger conversations
Μέγεθος Αρχείου 721 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.5.12
Τελευταία Ενημέρωση 2019-08-26
Ημερομηνία Δημοσίευσης 2019-08-26
Προγραμματιστής messengerfunnelsio
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://messengerfunnels.in/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "app.html",
        "default_title": "Tag a Chat"
    },
    "commands": [],
    "icons": {
        "128": "img\/image_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/content.js",
                "lib\/content-friends.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/*",
                "https:\/\/web.facebook.com\/*"
            ]
        }
    ],
    "name": "Tag a Chat",
    "description": "We'll segment your personal FB messages with the tags and lets you set up reminders for following up with messenger conversations",
    "manifest_version": 2,
    "offline_enabled": false,
    "optional_permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "alarms",
        "notifications",
        "clipboardWrite",
        "clipboardRead",
        "http:\/\/localhost:3333\/*",
        "http:\/\/188.166.110.216:3333\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.messenger.com\/*",
        "https:\/\/web.facebook.com\/*",
        "identity",
        "https:\/\/calendar.google.com\/*"
    ],
    "short_name": "Tag a Chat",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArY+x+umREoFh4YPNu2FtXGL29vbXJINEyqJ6I2UxWcC4omKctZhVRLypzp+X9RLHh4LSMVFI1aoRx5Bd2E0dn2T8H4g4NglXFhpCdSgARF539c5DwNIReLXTgUG6xMMd7wG5EttkU\/dOvBDPSfXRvkwJ4weksuTz6jtV+kksw6yLHBwksAzVO1tz9SKCCWoBWZ7nwj\/NtD373mMRefAqXEkt\/Pbw1+mZ+xW3zlPCllxJ+E0nGiuKSZybadFf\/dpQ5ueLGHlx6tGOwUjT26sti2koRcwYoe2XX9av4VuRqxHCMDZawu4O+5CUau7ijRCIsRMBnG2+Vt1aJE0oSgom+wIDAQAB",
    "version": "1.5.12",
    "oauth2": {
        "client_id": "560268563267-0f6kooa3cejt89ddfe2r4so4mid6u0vs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    }
}