Tagli

Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…

Tagli क्या है?

Tagli Tagli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tagli एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Take control of your LinkedIn conversations with Tagli.

Stay on top of your LinkedIn inbox by tagging the messages you want to come back to later.

To access Tagli dashboard navigate to the "Messages" section of LinkedIn.                    

एक्सटेंशन की मूल जानकारी

नाम Tagli Tagli
ID knlidfjjemelddmpbcapghcajlkemkcj
आधिकारिक URL https://chromewebstore.google.com/detail/tagli/knlidfjjemelddmpbcapghcajlkemkcj
विवरण Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…
फ़ाइल का आकार 160 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-03-03
प्रकाशन तिथि 2023-01-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Tagli
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.tagli.co/
सहायता पृष्ठ URL https://www.tagli.co/terms-and-conditions
गोपनीयता नीति पृष्ठ URL https://www.tagli.co/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tagli",
    "version": "1.2",
    "description": "",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "chroma.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": "Tagli",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo.png",
                "icons\/edit-button.png",
                "icons\/done.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}