TidyTag

Segment your LinkedIn connections

什么是TidyTag?

TidyTag是由TidyTag开发的Chrome扩展程序,该扩展的主要功能是“Segment your LinkedIn connections”。

扩展截图

screenshot
screenshot

下载TidyTag扩展crx文件

下载TidyTag扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 TidyTag TidyTag
ID mchjoodjjjijpceefmhjnjghjlfmflal
官方URL https://chromewebstore.google.com/detail/tidytag/mchjoodjjjijpceefmhjnjghjlfmflal
简介 Segment your LinkedIn connections
文件大小 6.27 MB
安装次数 161
当前版本 0.0.5
更新时间 2021-06-03
上架时间 2021-06-01
评分 4.00/5 共5次评分
开发者 TidyTag
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tidytag.io/
支持的语言 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"
    }
}