zomato-spending's

View total amount (in rupees) you have spent till now while ordering from Zomato App

zomato-spending's là gì?

zomato-spending's là một tiện ích mở rộng Chrome được phát triển bởi Jay Barot, và tính năng chính của nó là "View total amount (in rupees) you have spent till now while ordering from Zomato App".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng zomato-spending's

Tải xuống các tệp mở rộng zomato-spending's dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        View total amount (in rupees) you have spent till now while ordering from Zomato App
Chrome Extension for calculating the total amount of money(in different currencies) spent while ordering from Zomato App/Website. Extension has options for you to select for what time period you want to calculate the total amount of money spent. (e.g. This Month, This Year or the whole history). If you spend on this website using more than one currency then the extension will separate out your spending between different currencies.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên zomato-spending's zomato-spending's
ID njdmkoeealmekkbpfmgcjdfnocefgpcd
URL Chính Thức https://chromewebstore.google.com/detail/zomato-spendings/njdmkoeealmekkbpfmgcjdfnocefgpcd
Mô tả View total amount (in rupees) you have spent till now while ordering from Zomato App
Kích Thước Tệp 374 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2022-10-24
Ngày Phát Hành 2022-10-24
Nhà Phát Triển Jay Barot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jaybarot.live/
URL Trang Trợ Giúp https://www.jaybarot.live/privacy.html
URL Trang Chính Sách Bảo Mật https://www.jaybarot.live/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "zomato-spending's",
    "description": "View total amount (in rupees) you have spent till now while ordering from Zomato App",
    "version": "1.1.5",
    "action": {
        "default_icon": {
            "16": "zomato16.png",
            "24": "zomato24.png",
            "32": "zomato32.png",
            "48": "zomato48.png",
            "128": "zomato128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "zomato16.png",
        "24": "zomato24.png",
        "32": "zomato32.png",
        "48": "zomato48.png",
        "128": "zomato128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zomato.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.zomato.com\/*"
    ]
}