KEfix by Goseller
Kazanexpress addition fix
Wat is KEfix by Goseller?
KEfix by Goseller is een Chrome-extensie ontwikkeld door ogrebaevakri, en de belangrijkste functie is "Kazanexpress addition fix".
Extensie Screenshots
Download het CRX-bestand van de extensie KEfix by Goseller
Download KEfix by Goseller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Дополнение для личного кабинета продавца Kazanexpress. - добавляет отображение конверсии посетителей в продажи; - быстрая ссылка в административную панель продавца; - быстрая ссылка на сайт Kazanexpress - в разделе Финансы добавляет отображение ROI, и суммы всех показателей на строке Общее
Basisinformatie over de Extensie
Naam | KEfix by Goseller |
ID | cbkmgflbbpphcbaefppmkgklggcmiame |
Officiële URL | https://chromewebstore.google.com/detail/kefix-by-goseller/cbkmgflbbpphcbaefppmkgklggcmiame |
Beschrijving | Kazanexpress addition fix |
Bestandsgrootte | 21.44 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.4.6 |
Laatst Bijgewerkt | 2020-07-26 |
Publicatiedatum | 2020-02-05 |
Ontwikkelaar | ogrebaevakri |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://goseller.biz/privacy-policy-2 |
Ondersteunde Talen | 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" ] } |