KEfix by Goseller
Kazanexpress addition fix
KEfix by Goseller란 무엇입니까?
KEfix by Goseller은(는) ogrebaevakri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kazanexpress addition fix"입니다.
확장 프로그램 스크린샷
KEfix by Goseller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Дополнение для личного кабинета продавца Kazanexpress. - добавляет отображение конверсии посетителей в продажи; - быстрая ссылка в административную панель продавца; - быстрая ссылка на сайт Kazanexpress - в разделе Финансы добавляет отображение ROI, и суммы всех показателей на строке Общее
확장 프로그램 기본 정보
이름 | 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 |
이메일 | [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" ] } |