URL Assistant

Collect product information from some product detail pages on Amazon platforms

What is URL Assistant?

URL Assistant is a Chrome extension developed by Innaio, and its main feature is "Collect product information from some product detail pages on Amazon platforms".

Extension Screenshots

screenshot
screenshot
screenshot

Download URL Assistant Extension CRX File

Download URL Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name URL Assistant URL Assistant
ID bppofefopfhhmccdimfhdmopjdjjpcdm
Official URL https://chromewebstore.google.com/detail/url-assistant/bppofefopfhhmccdimfhdmopjdjjpcdm
Description Collect product information from some product detail pages on Amazon platforms
File Size 302 KB
Installation Count 217
Current Version 1.0.0
Last Updated 2024-02-08
Publish Date 2024-02-08
Rating 5.00/5 Total 3 Ratings
Developer Innaio
Email [email protected]
Payment Type free
Extension Website https://www.innaio.com/
Privacy Policy Page URL https://www.innaio.com/agreement
Supported Languages 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"
    ]
}