Clip

Organize and share links with your team.

Clipคืออะไร?

Clip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Crowdlinker และคุณลักษณะหลักของมันคือ "Organize and share links with your team."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clip

ดาวน์โหลดไฟล์ส่วนขยาย Clip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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