IPqwery Crunchbase Extension
View any company's Intellectual Property directly from CrunchBase
IPqwery Crunchbase Extensionคืออะไร?
IPqwery Crunchbase Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Towergate-Onscope และคุณลักษณะหลักของมันคือ "View any company's Intellectual Property directly from CrunchBase"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IPqwery Crunchbase Extension
ดาวน์โหลดไฟล์ส่วนขยาย IPqwery Crunchbase Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The IPqwery extension (beta) automatically displays the patent and trademark holdings of any company profile on CrunchBase. View recent filings, technology summaries, and inventors within the Company. Explore individual trademark or patent details, including links to the USPTO records.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IPqwery Crunchbase Extension |
ID | dmoncmkncmmgljookniiieakhafgninh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ipqwery-crunchbase-extens/dmoncmkncmmgljookniiieakhafgninh |
คำอธิบาย | View any company's Intellectual Property directly from CrunchBase |
ขนาดไฟล์ | 805 KB |
จำนวนการติดตั้ง | 1,487 |
เวอร์ชันปัจจุบัน | 2.4 |
อัปเดตครั้งล่าสุด | 2016-10-28 |
วันที่เผยแพร่ | 2016-10-28 |
คะแนน | 2.27/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Towergate-Onscope |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ipqwery.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IPqwery Crunchbase Extension", "description": "View any company's Intellectual Property directly from CrunchBase", "version": "2.4", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent" ], "page_action": { "default_icon": "icons\/icon-256.png", "default_popup": "popup.html" }, "icons": { "48": "icons\/icon-256.png", "64": "icons\/icon-256.png", "128": "icons\/icon-256.png", "256": "icons\/icon-256.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Shift+Ctrl+E", "mac": "Shift+Command+E", "chromeos": "Shift+Ctrl+E", "linux": "Shift+Ctrl+E" } } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ] } |