Yemeksepeti Joker Hesaplayici
Yemeksepeti uzerinden kazanilan joker indirimlerinin, kisiye ozel hesaplanmasini saglar.
Yemeksepeti Joker Hesaplayici란 무엇입니까?
Yemeksepeti Joker Hesaplayici은(는) https://jokercalculatorbrowser.herokuapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yemeksepeti uzerinden kazanilan joker indirimlerinin, kisiye ozel hesaplanmasini saglar."입니다.
확장 프로그램 스크린샷
Yemeksepeti Joker Hesaplayici 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Yemeksepeti internet sitesi uzerinden kazanilan joker indirimlerinin, kisi/yemek bazli olarak hesaplanmasini saglayan bir Google Eklentisi'dir. Dilerseniz, Yemeksepeti sitesi üzerinden "Siparişlerim" sekmesinde iken ürün bilgilerini otomatik olarak yazdırın; dilerseniz kişi listesini kendiniz oluşturun.
확장 프로그램 기본 정보
이름 | Yemeksepeti Joker Hesaplayici |
ID | pcaecdlpemhkjjjkfbmpcdnnimbmmljd |
공식 URL | https://chromewebstore.google.com/detail/yemeksepeti-joker-hesapla/pcaecdlpemhkjjjkfbmpcdnnimbmmljd |
설명 | Yemeksepeti uzerinden kazanilan joker indirimlerinin, kisiye ozel hesaplanmasini saglar. |
파일 크기 | 96.73 KB |
설치 횟수 | 40 |
현재 버전 | 4.5 |
최근 업데이트 | 2020-08-14 |
출시 날짜 | 2020-02-19 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://jokercalculatorbrowser.herokuapp.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://jokercalculatorbrowser.herokuapp.com/ |
지원되는 언어 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yemeksepeti Joker Hesaplayici", "short_name": "Joker Hesaplayici", "version": "4.5", "description": "Yemeksepeti uzerinden kazanilan joker indirimlerinin, kisiye ozel hesaplanmasini saglar.", "permissions": [ "activeTab" ], "background": { "scripts": [ "webapp\/resources\/js\/background.js", "webapp\/resources\/js\/common.js", "webapp\/resources\/js\/loadPage.js", "webapp\/resources\/js\/getPageSource.js", "webapp\/resources\/js\/addCustomer.js", "webapp\/resources\/js\/deleteCustomer.js", "webapp\/resources\/js\/cleanCustomerList.js", "webapp\/resources\/js\/submitCustomerList.js", "webapp\/resources\/js\/backHome.js", "webapp\/resources\/js\/closeInfoAlert.js" ], "persistent": true }, "offline_enabled": true, "browser_action": { "default_popup": "webapp\/popup.html", "default_icon": "webapp\/joker_icon_resized.png" }, "manifest_version": 2 } |