TidyTag

Segment your LinkedIn connections

What is TidyTag?

TidyTag is a Chrome extension developed by TidyTag, and its main feature is "Segment your LinkedIn connections".

Extension Screenshots

screenshot
screenshot

Download TidyTag Extension CRX File

Download TidyTag 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

                        Easiest way to segment your LinkedIn connections.

LinkedIn is messy. And it gets worse with more and more connections. There's no convenient way for you to segment your connections, access their posts, or even take notes.

With TidyTag:

Take your valuable connections -> Add custom created tags to segment them -> See the tags everywhere in your LinkedIn -> Work with an updated database

Make your LinkedIn more tidy!                    

Extension Basic Information

Name TidyTag TidyTag
ID mchjoodjjjijpceefmhjnjghjlfmflal
Official URL https://chromewebstore.google.com/detail/tidytag/mchjoodjjjijpceefmhjnjghjlfmflal
Description Segment your LinkedIn connections
File Size 6.27 MB
Installation Count 161
Current Version 0.0.5
Last Updated 2021-06-03
Publish Date 2021-06-01
Rating 4.00/5 Total 5 Ratings
Developer TidyTag
Email [email protected]
Payment Type free
Extension Website https://www.tidytag.io/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TidyTag",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "0.0.5",
    "description": "Segment your LinkedIn connections",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmUEn+dqvCwYUUUwIIaM0O4tg\/pET+TcvBx7bdgb1MGqZ6\/FqEqNVyHgF43W7Ukj5bbfXVfT7M5UaUFqF1fbloIcNo4D9xGvFhZ1JkMfht9nB+uokVmgjdVZCby8wwUyt+rPyIzeu3hZYebnHhWOKAZeaiK06hV3AXFHIykdU\/LVmnN1gdwyc0rLspD0tzzMVZxvY\/hS\/dNUlbbUm7Iyhn4n0HacHj74\/umrOSkjQ60EHdUjJyOU3tgS4pU7QavvWM5ZDfvntKqR48orDHGWxn\/VYFxijkPv\/e0Q4EGH2BRTWuQQ+S671GjcmkztP73LAIMvJ70zb2OLA8+819DU3NwIDAQAB",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "*:\/\/app.tidytag.io\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.tidytag.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "linkedin\/main.css"
            ],
            "js": [
                "linkedin\/main.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    }
}