Tangent TESS
Tangent TESS Helper
Tangent TESS क्या है?
Tangent TESS https://tangent.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tangent TESS Helper"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tangent TESS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |