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開發的Chrome擴展程式,該擴展的主要功能是“Price/Product Comparison: view information on Amazon products that are associated with AliExpress products”。

擴展截圖

screenshot
screenshot
screenshot

下載Convenior AliExpress Chrome Extension Tool擴展crx文件

下載Convenior AliExpress Chrome Extension Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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