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™란 무엇입니까?

Spending Calculator for Nykaa™ & Purplle™은(는) Beauty Shopping Expense Tracker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track expenses easily with the Nykaa™ & Purplle™ Spending Calculator. Stay on budget and manage your beauty shopping wisely ."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Spending Calculator for Nykaa™ & Purplle™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Spending Calculator for Nykaa™ & Purplle™ Spending Calculator for Nykaa™ & Purplle™
ID piiocbjnkpfhiobniebgfmphbgmndogj
공식 URL https://chromewebstore.google.com/detail/spending-calculator-for-n/piiocbjnkpfhiobniebgfmphbgmndogj
설명 Track expenses easily with the Nykaa™ & Purplle™ Spending Calculator. Stay on budget and manage your beauty shopping wisely .
파일 크기 329 KB
설치 횟수 60
현재 버전 1.1
최근 업데이트 2023-10-19
출시 날짜 2023-10-18
개발자 Beauty Shopping Expense Tracker
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://drive.google.com/file/d/1eT6QLAgXNR_4nr9jOA7yWH_CNFT9HeUE/view
지원되는 언어 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"
    }
}