Husky.io - Annotate Trello™ image attachments
Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io
Was ist Husky.io - Annotate Trello™ image attachments?
Husky.io - Annotate Trello™ image attachments ist eine Chrome-Erweiterung, die von https://husky.io entwickelt wurde, und ihr Hauptmerkmal ist "Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io".
Erweiterungsscreenshots
Husky.io - Annotate Trello™ image attachments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Husky.io - Annotate Trello™ image attachments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension enhances your Trello™ cards and allows you to add labeled annotations to image attachments. Annotated images are saved in your Trello™ card and can be shared with others (event without the need of this extension!). Easy and secure. Watch a demo at http://husky.io
Grundlegende Informationen zur Erweiterung
Name | Husky.io - Annotate Trello™ image attachments |
ID | jglkmpfdalagpammhkmdjopoakajcekk |
Offizielle URL | https://chromewebstore.google.com/detail/huskyio-annotate-trello-i/jglkmpfdalagpammhkmdjopoakajcekk |
Beschreibung | Draw labeled annotations over image attachments in Trello™ cards. Easy and secure. Watch a demo at http://husky.io |
Dateigröße | 155 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2013-09-19 |
Veröffentlichungsdatum | 2013-09-19 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://husky.io |
Zahlungsart | free |
Erweiterungswebsite | http://husky.io |
Hilfeseite URL | http://huskyio.uservoice.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Husky.io - Annotate Trello\u2122 image attachments", "version": "1.0.1", "description": "Draw labeled annotations over image attachments in Trello\u2122 cards. Easy and secure. Watch a demo at http:\/\/husky.io", "icons": { "16": "img\/husky-logo-16x16.png", "48": "img\/husky-logo-48x48.png", "128": "img\/husky-logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "lib\/jquery-1.10.2.min.js", "js\/trello_content.js" ], "css": [ "css\/trello_content.css" ] } ], "web_accessible_resources": [ "lib\/jquery-1.10.2.min.map" ], "page_action": { "default_icon": { "19": "img\/husky-logo-19.png", "38": "img\/husky-logo-38.png" }, "default_title": "enhanced by Husky.io", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/trello.com; object-src 'self';" } |