Clip

Organize and share links with your team.

Clip란 무엇입니까?

Clip은(는) Crowdlinker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize and share links with your team."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Share, save & organize links with your team: It’s like ‘Pocket for Teams’... now with Slack integration!

Do your teammates share important articles, documents and other links via Slack or email, only to have them lost in the noise? Check out our new bookmarking tool for teams: Clip - now with Slack integration. 

Clip is a team repository for all your important articles, docs, videos and other web links. Stay organized and save time by keeping your team’s links in one place. Plus, it has Slack integration: quickly post links to Slack. Soon, you’ll be able to extract links already in Slack for safe keeping in your team repository. Save time with our Chrome browser extension: save links, tag them and post them to Slack in one click. All links are tagged by topics and searchable.

Ready to organize your team’s links?

Download the Chrome extension and sign-up at teams.crowdlinker.com                    

확장 프로그램 기본 정보

이름 Clip Clip
ID efenmccleogjgckimgakkpipnjldmfkh
공식 URL https://chromewebstore.google.com/detail/clip/efenmccleogjgckimgakkpipnjldmfkh
설명 Organize and share links with your team.
파일 크기 1.4 MB
설치 횟수 37
현재 버전 0.3.0
최근 업데이트 2015-12-15
출시 날짜 2015-12-15
평점 5.00/5 총 8 개의 평점
개발자 Crowdlinker
결제 유형 free
확장 프로그램 웹 사이트 http://teams.crowdlinker.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "Organize and share links with your team.",
    "homepage_url": "https:\/\/teams.crowdlinker.com",
    "author": "Crowdlinker",
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Clip",
        "default_popup": "extension\/browser_action\/browser_action.html"
    },
    "background": {
        "page": "extension\/browser_action\/browser_action.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}