TargetMarker

TargetMarker allows to easily link web pages to TargetProcess entities

What is TargetMarker?

TargetMarker is a Chrome extension developed by Ancestry, and its main feature is "TargetMarker allows to easily link web pages to TargetProcess entities".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download TargetMarker Extension CRX File

Download TargetMarker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TargetMarker TargetMarker
ID gmkbcmcbbbcjiikgleahfkjongibkkml
Official URL https://chrome.google.com/webstore/detail/targetmarker/gmkbcmcbbbcjiikgleahfkjongibkkml
Description TargetMarker allows to easily link web pages to TargetProcess entities
File Size 77.1 KB
Installation Count 59
Current Version 0.2.0
Last Updated 2015-04-15
Publish Date 2015-04-15
Rating 5.00/5 Total 1 Ratings
Developer Ancestry
Payment Type free
Supported Languages 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\/*"
    ]
}