Tangent TESS
Tangent TESS Helper
Что такое Tangent TESS?
Tangent TESS - это расширение Chrome, разработанное https://tangent.rocks, и его основная функция - "Tangent TESS Helper".
Снимки экрана расширения
Скачать файл CRX расширения Tangent TESS
Скачайте файлы расширений Tangent TESS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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).
Основная информация о расширении
Название | Tangent TESS |
ID | bpffpimmpcohabnlfnmnidhengehjpmc |
Официальный URL | https://chromewebstore.google.com/detail/tangent-tess/bpffpimmpcohabnlfnmnidhengehjpmc |
Описание | Tangent TESS Helper |
Размер файла | 64.96 KB |
Количество установок | 8,402 |
Текущая Версия | 0.1.51 |
Последнее Обновление | 2019-02-23 |
Дата публикации | 2019-02-23 |
Рейтинг | 4.23/5 Всего 13 оценок |
Разработчик | https://tangent.rocks |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | http://tangent.rocks/ |
URL страницы политики конфиденциальности | https://tangent.rocks/terms-and-conditions |
Поддерживаемые языки | 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" ] } |