Search on PatSnap
As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.
Was ist Search on PatSnap?
Search on PatSnap ist eine Chrome-Erweiterung, die von PatSnap entwickelt wurde, und ihr Hauptmerkmal ist "As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.".
Erweiterungsscreenshots
Search on PatSnap-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search on PatSnap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Sort out all your innovation and IP matters with ease using PatSnap's Chrome Extension!
* Quickly find relevant patents to a keyword or phrase.
As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.
* Waste no time reading a patent from a publication number.
Select your text, right-click, and you're reading in no time.
* Enough of Google Patents. Enjoy a more powerful experience.
One-click of the PatSnap icon transports you from Google Patents into the powerful reading capabilities of PatSnap, including:
- Dual View
- Citation Tree Analysis
- Patent Family Analysis
- Strong Keyword Highlighting
- Chemical Highlighting
..and more Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mkjcdfhmlkkdephppblgdjfiojdoafep |
| Offizielle URL | https://chromewebstore.google.com/detail/search-on-patsnap/mkjcdfhmlkkdephppblgdjfiojdoafep |
| Beschreibung | As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap. |
| Dateigröße | 23.35 KB |
| Installationsanzahl | 233 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2018-05-29 |
| Veröffentlichungsdatum | 2018-05-29 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | PatSnap |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Search on PatSnap",
"short_name": "PatSnap",
"description": "As you read emails, articles, and webpages, you can select keywords, right-click, and jump straight to relevant patents on PatSnap.",
"version": "1.3",
"browser_action": [],
"author": "Ali Hussein, PatSnap",
"permissions": [
"contextMenus",
"tabs",
"activeTab"
],
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"background": {
"page": "background.html"
}
} | |