KEfix by Goseller

Kazanexpress addition fix

KEfix by Gosellerとは何ですか?

KEfix by Gosellerはogrebaevakriによって開発されたChromeの拡張機能で、その主な機能は「Kazanexpress addition fix」です。

拡張機能のスクリーンショット

screenshot

KEfix by Goseller拡張機能のCRXファイルをダウンロード

KEfix by Goseller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 KEfix by Goseller KEfix by Goseller
ID cbkmgflbbpphcbaefppmkgklggcmiame
公式URL https://chromewebstore.google.com/detail/kefix-by-goseller/cbkmgflbbpphcbaefppmkgklggcmiame
説明 Kazanexpress addition fix
ファイルサイズ 21.44 KB
インストール数 53
現在のバージョン 1.4.6
最終更新日 2020-07-26
公開日 2020-02-05
開発者 ogrebaevakri
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://goseller.biz/privacy-policy-2
対応言語 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"
    ]
}