Right Click Search on Amazon

Mark some text, right click on it and search it on Amazon

Right Click Search on Amazon क्या है?

Right Click Search on Amazon ecomm-extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mark some text, right click on it and search it on Amazon"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Search anything on Amazon with a simple right click.

Choose your marketplace in the settings, highlight your desired text wherever, right click & search on Amazon.
Try it out now for FREE
What is it good for?
-prices comparing
-market research
-reviews in seconds
-fast shopping
-exact product search



Search product names from any website- on Amazon.

IMPORTANT:
- Please note that all extensions are disabled on Chrome Web Store pages. Do NOT test the extension on this page; it will not work!
- If the extension is not working for you, please make sure it's up to date. Visit chrome://extensions/, click the "Update extensions now" button, then restart Chrome.

-------------

By installing this extension, you agree to the Terms of Service: https://www.google.com/policies/terms

Having problems with the extension? Please contact us at [email protected] or share with us on https://plus.google.com/u/2/communities/104717200104217571957.

Privacy Policy: https://adjusti.co/privacy.html                    

एक्सटेंशन की मूल जानकारी

नाम Right Click Search on Amazon Right Click Search on Amazon
ID fnammdbpgloaalmefhleheklnlogpona
आधिकारिक URL https://chromewebstore.google.com/detail/right-click-search-on-ama/fnammdbpgloaalmefhleheklnlogpona
विवरण Mark some text, right click on it and search it on Amazon
फ़ाइल का आकार 26.69 KB
स्थापना संख्या 8,340
वर्तमान संस्करण 0.42
अंतिम अपडेट 2019-08-05
प्रकाशन तिथि 2019-08-05
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर ecomm-extensions
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Right Click Search on Amazon",
    "short_name": "RightClickSearchOnAmazon",
    "description": "Mark some text, right click on it and search it on Amazon",
    "version": "0.42",
    "permissions": [
        "https:\/\/www.smile.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.smile.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/extensions.adjusti.co\/*",
        "activeTab",
        "tabs",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/icon.16.png",
        "48": ".\/icons\/icon.48.png",
        "128": ".\/icons\/icon.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.smile.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.smile.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_title": "Right Click Search on Amazon"
    }
}