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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://yoke.io, και η κύρια λειτουργία του είναι "This extension looks for an open tab to http://yoke.io, and synchronizes links from its cards and items to your Chrome bookmarks. ".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Yoke.io Auto-Bookmarks Extension
Λήψη αρχείων επέκτασης 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |