KEfix by Goseller

Kazanexpress addition fix

¿Qué es KEfix by Goseller?

KEfix by Goseller es una extensión de Chrome desarrollada por ogrebaevakri, y su función principal es "Kazanexpress addition fix".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión KEfix by Goseller

Descarga archivos de extensión KEfix by Goseller en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre KEfix by Goseller KEfix by Goseller
ID cbkmgflbbpphcbaefppmkgklggcmiame
URL Oficial https://chromewebstore.google.com/detail/kefix-by-goseller/cbkmgflbbpphcbaefppmkgklggcmiame
Descripción Kazanexpress addition fix
Tamaño del Archivo 21.44 KB
Cantidad de Instalaciones 53
Versión Actual 1.4.6
Última Actualización 2020-07-26
Fecha de Publicación 2020-02-05
Desarrollador ogrebaevakri
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://goseller.biz/privacy-policy-2
Idiomas Soportados 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"
    ]
}