TargetMarker
TargetMarker allows to easily link web pages to TargetProcess entities
TargetMarkerคืออะไร?
TargetMarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ancestry และคุณลักษณะหลักของมันคือ "TargetMarker allows to easily link web pages to TargetProcess entities"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TargetMarker
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |