Tangent TESS

Tangent TESS Helper

What is Tangent TESS?

Tangent TESS is a Chrome extension developed by https://tangent.rocks, and its main feature is "Tangent TESS Helper".

Extension Screenshots

screenshot

Download Tangent TESS Extension CRX File

Download Tangent TESS 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

                        This extension overlays the United States Patent and Trademark Office website. It simplifies the process of checking whether a word or phrase is a live trademark in categories that are important to ‘print on demand’ creators.  The user enters the word or phrase they would like to check and the extension autofills the appropriate fields on USPTO’s TESS Search System so you can quickly and easily search for live trademarks in the class categories 025 (Clothing), 009 (Electronics) and 016 (Books).                    

Extension Basic Information

Name Tangent TESS Tangent TESS
ID bpffpimmpcohabnlfnmnidhengehjpmc
Official URL https://chromewebstore.google.com/detail/tangent-tess/bpffpimmpcohabnlfnmnidhengehjpmc
Description Tangent TESS Helper
File Size 64.96 KB
Installation Count 8,402
Current Version 0.1.51
Last Updated 2019-02-23
Publish Date 2019-02-23
Rating 4.23/5 Total 13 Ratings
Developer https://tangent.rocks
Email [email protected]
Payment Type in_app
Extension Website http://tangent.rocks/
Privacy Policy Page URL https://tangent.rocks/terms-and-conditions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.51",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/*.png"
    ],
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/tmsearch.uspto.gov\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ]
}