KEfix by Goseller

Kazanexpress addition fix

Was ist KEfix by Goseller?

KEfix by Goseller ist eine Chrome-Erweiterung, die von ogrebaevakri entwickelt wurde, und ihr Hauptmerkmal ist "Kazanexpress addition fix".

Erweiterungsscreenshots

screenshot

KEfix by Goseller-Erweiterungs-CRX-Datei herunterladen

Laden Sie KEfix by Goseller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name KEfix by Goseller KEfix by Goseller
ID cbkmgflbbpphcbaefppmkgklggcmiame
Offizielle URL https://chromewebstore.google.com/detail/kefix-by-goseller/cbkmgflbbpphcbaefppmkgklggcmiame
Beschreibung Kazanexpress addition fix
Dateigröße 21.44 KB
Installationsanzahl 53
Aktuelle Version 1.4.6
Letztes Update 2020-07-26
Veröffentlichungsdatum 2020-02-05
Entwickler ogrebaevakri
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://goseller.biz/privacy-policy-2
Unterstützte Sprachen 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"
    ]
}