TidyTag

Segment your LinkedIn connections

TidyTag란 무엇입니까?

TidyTag은(는) TidyTag에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Segment your LinkedIn connections"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TidyTag 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}