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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |