ExpAnalyser

This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber

ExpAnalyser란 무엇입니까?

ExpAnalyser은(는) Hustler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber"입니다.

확장 프로그램 스크린샷

screenshot

ExpAnalyser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Chrome extension is a utility for the expense tracker SaaS application. It helps to make api calls and fetch the data and process it.

The extension will help users to log their expenses without having to do any manual work. It will also provide them with all the reports they need for their business or personal needs.

It is a free and easy to use tool that will provide them with all the reports they need. It provides users with an easy way to track their expenses, and it also has an option to export data.                    

확장 프로그램 기본 정보

이름 ExpAnalyser ExpAnalyser
ID ipnnjapdmlffgfpiddicoakookkfnlmi
공식 URL https://chromewebstore.google.com/detail/expanalyser/ipnnjapdmlffgfpiddicoakookkfnlmi
설명 This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber
파일 크기 5.23 KB
설치 횟수 31
현재 버전 1.2
최근 업데이트 2022-03-17
출시 날짜 2022-03-15
개발자 Hustler
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "manifest_version": 3,
    "name": "ExpAnalyser",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "cookies"
    ],
    "description": "This extension will help you to find the expenses or amount you spend on online services, like swiggy, zomato, uber",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.kharchaa.com\/*"
        ],
        "ids": [
            "ipnnjapdmlffgfpiddicoakookkfnlmi",
            "oclegngffehdejgfekldajmaccjefljh"
        ]
    },
    "background": {
        "service_worker": "b.min.js"
    }
}