Yemeksepeti Joker Hesaplayici

Yemeksepeti uzerinden kazanilan joker indirimlerinin, kisiye ozel hesaplanmasini saglar.

Что такое Yemeksepeti Joker Hesaplayici?

Yemeksepeti Joker Hesaplayici - это расширение Chrome, разработанное https://jokercalculatorbrowser.herokuapp.com, и его основная функция - "Yemeksepeti uzerinden kazanilan joker indirimlerinin, kisiye ozel hesaplanmasini saglar.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Yemeksepeti Joker Hesaplayici

Скачайте файлы расширений Yemeksepeti Joker Hesaplayici в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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
}