KEfix by Goseller

Kazanexpress addition fix

What is KEfix by Goseller?

KEfix by Goseller is a Chrome extension developed by ogrebaevakri, and its main feature is "Kazanexpress addition fix".

Extension Screenshots

screenshot

Download KEfix by Goseller Extension CRX File

Download KEfix by Goseller 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

                        Дополнение для личного кабинета продавца Kazanexpress.
- добавляет отображение конверсии посетителей в продажи;
- быстрая ссылка в административную панель продавца;
- быстрая ссылка на сайт Kazanexpress
- в разделе Финансы добавляет отображение ROI, и суммы всех показателей на строке Общее                    

Extension Basic Information

Name KEfix by Goseller KEfix by Goseller
ID cbkmgflbbpphcbaefppmkgklggcmiame
Official URL https://chromewebstore.google.com/detail/kefix-by-goseller/cbkmgflbbpphcbaefppmkgklggcmiame
Description Kazanexpress addition fix
File Size 21.44 KB
Installation Count 53
Current Version 1.4.6
Last Updated 2020-07-26
Publish Date 2020-02-05
Developer ogrebaevakri
Email [email protected]
Payment Type free
Privacy Policy Page URL https://goseller.biz/privacy-policy-2
Supported Languages ru
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ke.png",
        "default_popup": "popup.html",
        "default_title": "KEfix by Goseller"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ertdfgpo.js"
            ],
            "matches": [
                "https:\/\/business.kazanexpress.ru\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Kazanexpress addition fix",
    "icons": {
        "128": "ke.png"
    },
    "manifest_version": 2,
    "name": "KEfix by Goseller",
    "permissions": [
        "https:\/\/business.kazanexpress.ru\/*"
    ],
    "short_name": "KEfix by Goseller",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.6",
    "web_accessible_resources": [
        "icon.png",
        "ertdfgpo.js",
        "background.js"
    ]
}