BundleID

find bundle id quickly

Vad är BundleID?

BundleID är en Chrome-tillägg utvecklad av https://www.miniy.net, och dess huvudfunktion är "find bundle id quickly".

Ladda ner BundleID-förlängningens CRX-fil

Ladda ner BundleID-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        https://itunes.apple.com/で表示したアプリのbundeidを素早く調べることができます。                    

Grundläggande Information om Tillägg

Namn BundleID BundleID
ID cbghdplieojfafnghhcplcaacmkgniob
Officiell webbadress https://chromewebstore.google.com/detail/bundleid/cbghdplieojfafnghhcplcaacmkgniob
Beskrivning find bundle id quickly
Filstorlek 48.65 KB
Antal Installationer 11
Aktuell Version 1.1
Senast Uppdaterad 2016-11-18
Publiceringsdatum 2016-11-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.miniy.net
E-post [email protected]
Betalningssätt free
Stödda Språk ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BundleID",
    "version": "1.1",
    "description": "find bundle id quickly",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/popup.js",
                "js\/lib\/jquery.min.js"
            ],
            "matches": [
                "https:\/\/itunes.apple.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}