TargetMarker
TargetMarker allows to easily link web pages to TargetProcess entities
TargetMarkerとは何ですか?
TargetMarkerはAncestryによって開発されたChromeの拡張機能で、その主な機能は「TargetMarker allows to easily link web pages to TargetProcess entities」です。
拡張機能のスクリーンショット
TargetMarker拡張機能のCRXファイルをダウンロード
TargetMarker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TargetMarker helps you link TargetProcess bugs, user stories, features, and requests to web pages. Typing TP# in a text input will open a box that will help you create a new entity or search for an existing entity and link the page to it. Linking the page means adding a comment on the TargetProcess entity with the page's URL. It also types the ID of the TargetProcess entity with a link into the text input you were typing in. Why? Because then you can tie TargetProcess entities to market evidence for their importance through the comments showing where the issue or request was mentioned. It works especially well with web applications that provide user feedback, like intercom.io.
拡張機能の基本情報
名前 | |
ID | gmkbcmcbbbcjiikgleahfkjongibkkml |
公式URL | https://chrome.google.com/webstore/detail/targetmarker/gmkbcmcbbbcjiikgleahfkjongibkkml |
説明 | TargetMarker allows to easily link web pages to TargetProcess entities |
ファイルサイズ | 77.1 KB |
インストール数 | 59 |
現在のバージョン | 0.2.0 |
最終更新日 | 2015-04-15 |
公開日 | 2015-04-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Ancestry |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Roy Mill", "name": "TargetMarker", "version": "0.2.0", "content_scripts": [ { "all_frames": true, "js": [ "jquery.1.11.1.min.js", "tp_io.js", "tphashtag.js" ], "css": [ "TargetMarker.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "description": "TargetMarker allows to easily link web pages to TargetProcess entities", "permissions": [ "https:\/\/*.tpondemand.com\/*", "storage" ], "icons": { "48": "images\/logo48.png", "128": "images\/logo.png" }, "externally_connectable": { "ids": [ "*" ] }, "web_accessible_resources": [ "images\/*" ] } |