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
官方網址 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"
    ]
}