KEfix by Goseller

Kazanexpress addition fix

Qu'est-ce que KEfix by Goseller ?

KEfix by Goseller est une extension Chrome développée par ogrebaevakri, et sa fonction principale est "Kazanexpress addition fix".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KEfix by Goseller

Téléchargez les fichiers d'extension KEfix by Goseller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom KEfix by Goseller KEfix by Goseller
ID cbkmgflbbpphcbaefppmkgklggcmiame
URL Officiel https://chromewebstore.google.com/detail/kefix-by-goseller/cbkmgflbbpphcbaefppmkgklggcmiame
Description Kazanexpress addition fix
Taille du Fichier 21.44 KB
Nombre d'Installations 53
Version Actuelle 1.4.6
Dernière Mise à Jour 2020-07-26
Date de Publication 2020-02-05
Développeur ogrebaevakri
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://goseller.biz/privacy-policy-2
Langues Prises en Charge 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"
    ]
}