Swiggy Analyser

Analyse your recent orders from Swiggy

什麼是Swiggy Analyser?

Swiggy Analyser是由indieNik開發的Chrome擴展程式,該擴展的主要功能是“Analyse your recent orders from Swiggy”。

擴展截圖

screenshot
screenshot

下載Swiggy Analyser擴展crx文件

下載Swiggy Analyser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simple Chrome Extension that helps you analyse your recent orders from Swiggy                    

擴展基本資訊

名稱 Swiggy Analyser Swiggy Analyser
ID flpfecimlcggfipmfgnfdkfmpgfopcad
官方網址 https://chromewebstore.google.com/detail/swiggy-analyser/flpfecimlcggfipmfgnfdkfmpgfopcad
簡介 Analyse your recent orders from Swiggy
檔案大小 29.63 KB
安裝次數 278
目前版本 1.0.0
更新時間 2021-11-04
上架時間 2021-11-04
開發者 indieNik
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nikhilpatil.in
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swiggy Analyser",
    "version": "1.0.0",
    "description": "Analyse your recent orders from Swiggy",
    "permissions": [
        "https:\/\/www.swiggy.com\/my-account\/orders"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png",
        "icons": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.swiggy.com\/my-account\/orders"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}