Spending Calculator for Nykaa™ & Purplle™

Track expenses easily with the Nykaa™ & Purplle™ Spending Calculator. Stay on budget and manage your beauty shopping wisely .

Spending Calculator for Nykaa™ & Purplle™ là gì?

Spending Calculator for Nykaa™ & Purplle™ là một tiện ích mở rộng Chrome được phát triển bởi Beauty Shopping Expense Tracker, và tính năng chính của nó là "Track expenses easily with the Nykaa™ & Purplle™ Spending Calculator. Stay on budget and manage your beauty shopping wisely .".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spending Calculator for Nykaa™ & Purplle™

Tải xuống các tệp mở rộng Spending Calculator for Nykaa™ & Purplle™ 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

                        Track expenses easily with the Nyka™ & Purplle™ Spending Calculator. Stay on budget and manage your beauty shopping wisely                    

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

Tên Spending Calculator for Nykaa™ & Purplle™ Spending Calculator for Nykaa™ & Purplle™
ID piiocbjnkpfhiobniebgfmphbgmndogj
URL Chính Thức https://chromewebstore.google.com/detail/spending-calculator-for-n/piiocbjnkpfhiobniebgfmphbgmndogj
Mô tả Track expenses easily with the Nykaa™ & Purplle™ Spending Calculator. Stay on budget and manage your beauty shopping wisely .
Kích Thước Tệp 329 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-10-19
Ngày Phát Hành 2023-10-18
Nhà Phát Triển Beauty Shopping Expense Tracker
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://drive.google.com/file/d/1eT6QLAgXNR_4nr9jOA7yWH_CNFT9HeUE/view
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spending Calculator for Nykaa\u2122 & Purplle\u2122 ",
    "description": "Track expenses easily with the Nykaa\u2122 & Purplle\u2122 Spending Calculator. Stay on budget and manage your beauty shopping wisely .",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/image\/Icon16.png",
        "32": ".\/image\/Icon32.png",
        "48": ".\/image\/Icon48.png",
        "64": ".\/image\/Icon64.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": ".\/image\/Icon2000.png"
    },
    "permissions": [
        "scripting",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}