TargetMarker

TargetMarker allows to easily link web pages to TargetProcess entities

TargetMarker là gì?

TargetMarker là một tiện ích mở rộng Chrome được phát triển bởi Ancestry, và tính năng chính của nó là "TargetMarker allows to easily link web pages to TargetProcess entities".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TargetMarker

Tải xuống các tệp mở rộng TargetMarker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TargetMarker TargetMarker
ID gmkbcmcbbbcjiikgleahfkjongibkkml
URL Chính Thức https://chrome.google.com/webstore/detail/targetmarker/gmkbcmcbbbcjiikgleahfkjongibkkml
Mô tả TargetMarker allows to easily link web pages to TargetProcess entities
Kích Thước Tệp 77.1 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2015-04-15
Ngày Phát Hành 2015-04-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ancestry
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}