Tagli

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

What is Tagli?

Tagli is a Chrome extension developed by Tagli, and its main feature is "Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…".

Extension Screenshots

screenshot
screenshot

Download Tagli Extension CRX File

Download Tagli extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tagli Tagli
ID knlidfjjemelddmpbcapghcajlkemkcj
Official URL https://chromewebstore.google.com/detail/tagli/knlidfjjemelddmpbcapghcajlkemkcj
Description Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…
File Size 160 KB
Installation Count 19
Current Version 1.2
Last Updated 2023-03-03
Publish Date 2023-01-09
Rating 5.00/5 Total 1 Ratings
Developer Tagli
Email [email protected]
Payment Type free
Extension Website https://www.tagli.co/
Help Page URL https://www.tagli.co/terms-and-conditions
Privacy Policy Page URL https://www.tagli.co/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}