URL Assistant

Collect product information from some product detail pages on Amazon platforms

URL Assistant क्या है?

URL Assistant Innaio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect product information from some product detail pages on Amazon platforms"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में URL Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}