Tangent TESS
Tangent TESS Helper
O que é Tangent TESS?
Tangent TESS é uma extensão do Chrome desenvolvida por https://tangent.rocks, e sua principal característica é "Tangent TESS Helper".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tangent TESS
Baixe arquivos de extensão Tangent TESS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Tangent TESS |
ID | bpffpimmpcohabnlfnmnidhengehjpmc |
URL Oficial | https://chromewebstore.google.com/detail/tangent-tess/bpffpimmpcohabnlfnmnidhengehjpmc |
Descrição | Tangent TESS Helper |
Tamanho do Arquivo | 64.96 KB |
Contagem de Instalações | 8,402 |
Versão Atual | 0.1.51 |
Última Atualização | 2019-02-23 |
Data de Publicação | 2019-02-23 |
Classificação | 4.23/5 Total de 13 Avaliações |
Desenvolvedor | https://tangent.rocks |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | http://tangent.rocks/ |
URL da Página de Política de Privacidade | https://tangent.rocks/terms-and-conditions |
Idiomas Suportados | 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" ] } |