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. ”。

擴展截圖

screenshot

下載Yoke.io Auto-Bookmarks Extension擴展crx文件

下載Yoke.io Auto-Bookmarks Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Yoke.io Auto-Bookmarks Extension Yoke.io Auto-Bookmarks Extension
ID bihicliebfbikagmhbbhpdjmggcfdebi
官方網址 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"
    }
}