Tagli

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

Wat is Tagli?

Tagli is een Chrome-extensie ontwikkeld door Tagli, en de belangrijkste functie is "Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tagli

Download Tagli-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tagli Tagli
ID knlidfjjemelddmpbcapghcajlkemkcj
Officiële URL https://chromewebstore.google.com/detail/tagli/knlidfjjemelddmpbcapghcajlkemkcj
Beschrijving Take control of your LinkedIn conversations with Tagli. Stay on top of your LinkedIn inbox by tagging the messages you want to…
Bestandsgrootte 160 KB
Aantal Installaties 19
Huidige Versie 1.2
Laatst Bijgewerkt 2023-03-03
Publicatiedatum 2023-01-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tagli
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tagli.co/
Help Pagina-URL https://www.tagli.co/terms-and-conditions
URL van de Privacybeleid Pagina https://www.tagli.co/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}