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
公式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"
    }
}