Tangent TESS
Tangent TESS Helper
Tangent TESS là gì?
Tangent TESS là một tiện ích mở rộng Chrome được phát triển bởi https://tangent.rocks, và tính năng chính của nó là "Tangent TESS Helper".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tangent TESS
Tải xuống các tệp mở rộng Tangent TESS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tangent TESS |
ID | bpffpimmpcohabnlfnmnidhengehjpmc |
URL Chính Thức | https://chromewebstore.google.com/detail/tangent-tess/bpffpimmpcohabnlfnmnidhengehjpmc |
Mô tả | Tangent TESS Helper |
Kích Thước Tệp | 64.96 KB |
Số Lần Cài Đặt | 8,402 |
Phiên Bản Hiện Tại | 0.1.51 |
Cập Nhật Lần Cuối | 2019-02-23 |
Ngày Phát Hành | 2019-02-23 |
Đánh Giá | 4.23/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://tangent.rocks |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | http://tangent.rocks/ |
URL Trang Chính Sách Bảo Mật | https://tangent.rocks/terms-and-conditions |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |