LinkThrow

LinkThrow is a collaboration tool that helps teams share links better.

LinkThrow란 무엇입니까?

LinkThrow은(는) https://linkthrow.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LinkThrow is a collaboration tool that helps teams share links better."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        To share a web page, simply right click and select the friend you want to share it with.

Never lose a link again. All your personal and shared sites are stored in one place.

Collaborate with your team and friends and quickly share links on the go - from your phone and tablet.

Welcome to a world of better browsing.

★ “Emailing links is a thing of the past” – from a new LinkThrow user ★

GIVE US A 5-STAR REVIEW
★★★★★

Genuinely enjoy the LinkThrow experience? Helped you save time at work? Support the LinkThrow community by giving us a great review!

GET IN TOUCH
Twitter: @linkthrow
Contact: [email protected]

SUPPORT & BUG REPORTING
[email protected]                    

확장 프로그램 기본 정보

이름 LinkThrow LinkThrow
ID ngmbpidlhbncmbnfblcacaccfglhijim
공식 URL https://chromewebstore.google.com/detail/linkthrow/ngmbpidlhbncmbnfblcacaccfglhijim
설명 LinkThrow is a collaboration tool that helps teams share links better.
파일 크기 714 KB
설치 횟수 58
현재 버전 5.1.7
최근 업데이트 2021-01-12
출시 날짜 2020-04-20
평점 5.00/5 총 4 개의 평점
개발자 https://linkthrow.co
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkThrow",
    "author": "Hussan Choudhry",
    "version": "5.1.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js",
            "hotreload\/hotreload.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options\/index.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_title": "LinkThrow"
    }
}