Tangent TESS
Tangent TESS Helper
Wat is Tangent TESS?
Tangent TESS is een Chrome-extensie ontwikkeld door https://tangent.rocks, en de belangrijkste functie is "Tangent TESS Helper".
Extensie Screenshots
Download het CRX-bestand van de extensie Tangent TESS
Download Tangent TESS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Tangent TESS |
ID | bpffpimmpcohabnlfnmnidhengehjpmc |
Officiële URL | https://chromewebstore.google.com/detail/tangent-tess/bpffpimmpcohabnlfnmnidhengehjpmc |
Beschrijving | Tangent TESS Helper |
Bestandsgrootte | 64.96 KB |
Aantal Installaties | 8,402 |
Huidige Versie | 0.1.51 |
Laatst Bijgewerkt | 2019-02-23 |
Publicatiedatum | 2019-02-23 |
Beoordeling | 4.23/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://tangent.rocks |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | http://tangent.rocks/ |
URL van de Privacybeleid Pagina | https://tangent.rocks/terms-and-conditions |
Ondersteunde Talen | 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" ] } |