URL Assistant
Collect product information from some product detail pages on Amazon platforms
Cos'è URL Assistant?
URL Assistant è un'estensione di Chrome sviluppata da Innaio, e la sua funzione principale è "Collect product information from some product detail pages on Amazon platforms".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Assistant
Scarica i file di estensione URL Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bppofefopfhhmccdimfhdmopjdjjpcdm |
URL Ufficiale | https://chromewebstore.google.com/detail/url-assistant/bppofefopfhhmccdimfhdmopjdjjpcdm |
Descrizione | Collect product information from some product detail pages on Amazon platforms |
Dimensione del File | 302 KB |
Conteggio Installazioni | 217 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2024-02-08 |
Data di Pubblicazione | 2024-02-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Innaio |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.innaio.com/ |
URL della Pagina della Politica sulla Privacy | https://www.innaio.com/agreement |
Lingue Supportate | 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" ] } |