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.

Qu'est-ce que Yoke.io Auto-Bookmarks Extension ?

Yoke.io Auto-Bookmarks Extension est une extension Chrome développée par http://yoke.io, et sa fonction principale est "This extension looks for an open tab to http://yoke.io, and synchronizes links from its cards and items to your Chrome bookmarks. ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yoke.io Auto-Bookmarks Extension

Téléchargez les fichiers d'extension Yoke.io Auto-Bookmarks Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Yoke.io Auto-Bookmarks Extension Yoke.io Auto-Bookmarks Extension
ID bihicliebfbikagmhbbhpdjmggcfdebi
URL Officiel https://chrome.google.com/webstore/detail/yokeio-auto-bookmarks-ext/bihicliebfbikagmhbbhpdjmggcfdebi
Description This extension looks for an open tab to http://yoke.io, and synchronizes links from its cards and items to your Chrome bookmarks.
Taille du Fichier 16.3 KB
Nombre d'Installations 111
Version Actuelle 0.2
Dernière Mise à Jour 2015-10-16
Date de Publication 2015-10-16
Évaluation 5.00/5 Total 3 Évaluations
Développeur http://yoke.io
Type de Paiement free
Site Web de l'Extension https://common.yoke.io
Langues Prises en Charge 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"
    }
}