Tangent TESS

Tangent TESS Helper

Qu'est-ce que Tangent TESS ?

Tangent TESS est une extension Chrome développée par https://tangent.rocks, et sa fonction principale est "Tangent TESS Helper".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tangent TESS

Téléchargez les fichiers d'extension Tangent TESS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Tangent TESS Tangent TESS
ID bpffpimmpcohabnlfnmnidhengehjpmc
URL Officiel https://chromewebstore.google.com/detail/tangent-tess/bpffpimmpcohabnlfnmnidhengehjpmc
Description Tangent TESS Helper
Taille du Fichier 64.96 KB
Nombre d'Installations 8,402
Version Actuelle 0.1.51
Dernière Mise à Jour 2019-02-23
Date de Publication 2019-02-23
Évaluation 4.23/5 Total 13 Évaluations
Développeur https://tangent.rocks
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://tangent.rocks/
URL de la Page de Politique de Confidentialité https://tangent.rocks/terms-and-conditions
Langues Prises en Charge 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"
    ]
}