AliDesk — жалобы на товары AliExpress

Самая большая база модерируемых жалоб на товары и продавцов AliExpress на русском.

What is AliDesk — жалобы на товары AliExpress?

AliDesk — жалобы на товары AliExpress is a Chrome extension developed by http://alidesk.ru, and its main feature is "Самая большая база модерируемых жалоб на товары и продавцов AliExpress на русском.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AliDesk — жалобы на товары AliExpress Extension CRX File

Download AliDesk — жалобы на товары AliExpress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Установите AliDesk, чтобы читать и писать жалобы о товарах и продавцах AliExpress.

В комплекте единый поиск товаров по AliExpress, BangGood, JD и GearBest.                    

Extension Basic Information

Name AliDesk — жалобы на товары AliExpress AliDesk — жалобы на товары AliExpress
ID mpchmgpjoimlifkbgcfepbiieahlhdab
Official URL https://chrome.google.com/webstore/detail/alidesk-%E2%80%94-%D0%B6%D0%B0%D0%BB%D0%BE%D0%B1%D1%8B-%D0%BD%D0%B0-%D1%82%D0%BE%D0%B2%D0%B0%D1%80/mpchmgpjoimlifkbgcfepbiieahlhdab
Description Самая большая база модерируемых жалоб на товары и продавцов AliExpress на русском.
File Size 105 KB
Installation Count 9,000
Current Version 2.0.37
Last Updated 2020-04-15
Publish Date 2020-04-14
Rating 2.81/5 Total 27 Ratings
Developer http://alidesk.ru
Email [email protected]
Payment Type free
Extension Website http://alidesk.ru/
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "AliDesk",
    "description": "__MSG_extensionDescription__",
    "default_locale": "ru",
    "version": "2.0.37",
    "homepage_url": "http:\/\/alidesk.ru",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "AliDesk",
        "default_icon": "app\/img\/icon.png",
        "default_popup": "app\/popup.html"
    },
    "background": {
        "scripts": [
            "app\/js\/background.js"
        ]
    },
    "icons": {
        "16": "app\/img\/icon.png",
        "24": "app\/img\/icon.png",
        "48": "app\/img\/icon.png",
        "128": "app\/img\/icon128.png"
    },
    "web_accessible_resources": [
        "app\/img\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.ru\/*",
                "http:\/\/*.aliexpress.ru\/*"
            ],
            "js": [
                "app\/js\/content.js"
            ]
        }
    ],
    "manifest_version": 2
}