HelperAli — Helper for AliExpress™ Affiliate

Get extended country and commission information in your live order tracking reports. Only for AliExpress™ Affiliates.

HelperAli — Helper for AliExpress™ Affiliate क्या है?

HelperAli — Helper for AliExpress™ Affiliate CodedByHand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get extended country and commission information in your live order tracking reports. Only for AliExpress™ Affiliates."।

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

screenshot
screenshot

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

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

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

                        Helper Ali Extension enriches Live Order Tracking page from AliExpress™ Affiliate Portal. Now you can instantly get a commission amount and a country of your affiliates.

This extension doesn't require your AliExpress™ credentials and makes queries to the public pages of the AliExpress™ site.


AliExpress™ is a registered trademark of the Alibaba.com Hong Kong Limited.                    

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

नाम HelperAli — Helper for AliExpress™ Affiliate HelperAli — Helper for AliExpress™ Affiliate
ID aggmhabokofhpdkafcpgcmgecllpfjfe
आधिकारिक URL https://chromewebstore.google.com/detail/helperali-%E2%80%94-helper-for-al/aggmhabokofhpdkafcpgcmgecllpfjfe
विवरण Get extended country and commission information in your live order tracking reports. Only for AliExpress™ Affiliates.
फ़ाइल का आकार 442 KB
स्थापना संख्या 471
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2019-10-28
प्रकाशन तिथि 2019-10-28
रेटिंग 4.23/5 कुल 13 रेटिंग्स
डेवलपर CodedByHand
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/coded-by-hand-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HelperAli \u2014 Helper for AliExpress\u2122 Affiliate",
    "short_name": "HelperAli",
    "version": "1.1.3",
    "description": "Get extended country and commission information in your live order tracking reports. Only for AliExpress\u2122 Affiliates.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/portals.aliexpress.com\/report\/liveOrders*.htm",
        "https:\/\/feedback.aliexpress.com\/display\/evaluationProductDetailAjaxService.htm*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": false
    },
    "web_accessible_resources": [
        "css\/style.css",
        "css\/flag.css",
        "img\/countryFlags.png",
        "img\/loading-16x16.gif",
        "img\/tools.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/portals.aliexpress.com\/report\/liveOrders*.htm*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portals.aliexpress.com\/report\/liveOrders*.htm*"
            ],
            "js": [
                "content_scripts\/liveOrders.js"
            ],
            "css": [
                "css\/style.css",
                "css\/flag.css"
            ]
        },
        {
            "matches": [
                "https:\/\/portals.aliexpress.com\/adcenter\/generateUrl.htm"
            ],
            "js": [
                "content_scripts\/deepali.js"
            ]
        }
    ]
}