Convenior AliExpress Chrome Extension Tool

Price/Product Comparison: view information on Amazon products that are associated with AliExpress products

Convenior AliExpress Chrome Extension Tool क्या है?

Convenior AliExpress Chrome Extension Tool https://www.convenior.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Price/Product Comparison: view information on Amazon products that are associated with AliExpress products"।

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

screenshot
screenshot
screenshot

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

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

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

                        We have been working for the past couple of months on a plugin with the goal to aid dropshippers in quickly locating profitable or favourable products to sell. It works with AliExpress by automatically detecting items also listed on Amazon and displaying useful information such as images and pricing. Our product is in active development, and as such, please note that there may be bugs (if you encounter one, please let us know via the feedback mechanism in the plugin).

Creating an account and using the extension is free - we only ask that you please give us feedback so that we may improve it :)

Also, please note that we currently only support Amazon.com, but depending on user enthusiasm, we will also consider supporting other sites. We are also considering implementing a feature in which users can manually confirm that a product is a match (or very likely to be a match) in order to improve our statistics and results.
 
Again, we would absolutely love any feedback, so please let us know about bugs, ideas for features, enhancements, and the like.                    

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

नाम Convenior AliExpress Chrome Extension Tool Convenior AliExpress Chrome Extension Tool
ID gnaekbbiiobdfhjbnoledcipllnpplpg
आधिकारिक URL https://chrome.google.com/webstore/detail/convenior-aliexpress-chro/gnaekbbiiobdfhjbnoledcipllnpplpg
विवरण Price/Product Comparison: view information on Amazon products that are associated with AliExpress products
फ़ाइल का आकार 458 KB
स्थापना संख्या 102
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2017-09-19
प्रकाशन तिथि 2017-09-19
रेटिंग 2.60/5 कुल 5 रेटिंग्स
डेवलपर https://www.convenior.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.convenior.com
गोपनीयता नीति पृष्ठ URL https://convenior.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Convenior AliExpress Chrome Extension Tool",
    "short_name": "Convenior AliExpress Product Comparison Tool",
    "description": "Price\/Product Comparison: view information on Amazon products that are associated with AliExpress products",
    "version": "0.0.9",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/convenior.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ]
}