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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 TargetMarker TargetMarker
ID gmkbcmcbbbcjiikgleahfkjongibkkml
官方網址 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\/*"
    ]
}