Yoke.io Auto-Bookmarks Extension
This extension looks for an open tab to http://yoke.io, and synchronizes links from its cards and items to your Chrome bookmarks.
Yoke.io Auto-Bookmarks Extension란 무엇입니까?
Yoke.io Auto-Bookmarks Extension은(는) http://yoke.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension looks for an open tab to http://yoke.io, and synchronizes links from its cards and items to your Chrome bookmarks. "입니다.
확장 프로그램 스크린샷
Yoke.io Auto-Bookmarks Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension automatically bookmarks the cards and items that you are tracking in Yoke. Yoke is a service that tracks activity across your cloud accounts to help you save time and stay on top of things. With 35+ integrations and 100+ card templates, Yoke helps you get the full picture of your work, and execute without distractions. For instance, you can install this extension to automatically bookmark your articles in Pocket, your stories in Pivotal Tracker, your tickets in Zendesk and so on. You can select these bookmarks from a new tab, or just search for them in the address bar. Supported cloud applications: - Asana - BitBucket - Blogger - Buffer - Facebook - Flowdock - Freshdesk - GitHub - Google+ - Help Scout - JIRA and JIRA Agile - LinkedIn - MailChimp - Pingdom - Pivotal Tracker - Pocket - Salesforce - Slack - Stackdriver - Todoist - Trello - Twitter - Wordpress.com - Wunderlist - Yammer - YouTube - Zendesk
확장 프로그램 기본 정보
이름 | |
ID | bihicliebfbikagmhbbhpdjmggcfdebi |
공식 URL | https://chrome.google.com/webstore/detail/yokeio-auto-bookmarks-ext/bihicliebfbikagmhbbhpdjmggcfdebi |
설명 | This extension looks for an open tab to http://yoke.io, and synchronizes links from its cards and items to your Chrome bookmarks. |
파일 크기 | 16.3 KB |
설치 횟수 | 111 |
현재 버전 | 0.2 |
최근 업데이트 | 2015-10-16 |
출시 날짜 | 2015-10-16 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://yoke.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://common.yoke.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yoke.io Auto-Bookmarks Extension", "short_name": "Yoke.io", "version": "0.2", "description": "This extension looks for an open tab to http:\/\/yoke.io, and synchronizes links from its cards and items to your Chrome bookmarks. ", "permissions": [ "bookmarks" ], "author": "LambdaZen LLC", "background": { "scripts": [ "underscore.min.js", "platform.js", "common.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.yoke.io:8083\/*", "https:\/\/*.yoke.io\/*" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "icons": { "128": "YokeLogoSquare.png" } } |