URL Assistant
Collect product information from some product detail pages on Amazon platforms
URL Assistantとは何ですか?
URL AssistantはInnaioによって開発されたChromeの拡張機能で、その主な機能は「Collect product information from some product detail pages on Amazon platforms」です。
拡張機能のスクリーンショット
URL Assistant拡張機能のCRXファイルをダウンロード
URL Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Capture and analyze product details with URL Assistant. 1. Content Capture: Efficiently gather detailed product information. 2. Summarize: Quickly comprehend the essence and key content. InnAIO URL Assistant is available for free download and use. We prioritize user privacy and actively work towards compliance with Amazon. At this stage, the URL Assistant exclusively supports Amazon. Additionally, anomalies or failures in information retrieval may occur on gift card pages, for out-of-stock items where prices are unavailable, for certain products that do not support international sales, and more.
拡張機能の基本情報
名前 | |
ID | bppofefopfhhmccdimfhdmopjdjjpcdm |
公式URL | https://chromewebstore.google.com/detail/url-assistant/bppofefopfhhmccdimfhdmopjdjjpcdm |
説明 | Collect product information from some product detail pages on Amazon platforms |
ファイルサイズ | 302 KB |
インストール数 | 217 |
現在のバージョン | 1.0.0 |
最終更新日 | 2024-02-08 |
公開日 | 2024-02-08 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Innaio |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.innaio.com/ |
プライバシーポリシーページのURL | https://www.innaio.com/agreement |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Assistant", "version": "1.0.0", "description": "Collect product information from some product detail pages on Amazon platforms", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Default Title", "default_popup": "src\/options.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/content.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/admin-beta.innaio.com\/laipic-innaio\/*", "https:\/\/www.innaio.com\/*" ] }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "storage" ] } |