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”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 URL Assistant URL Assistant
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
电子邮箱 [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"
    ]
}