TPAInstanceExtractor
TPAInstanceExtractor
TPAInstanceExtractorとは何ですか?
TPAInstanceExtractorはDima Goltsmanによって開発されたChromeの拡張機能で、その主な機能は「TPAInstanceExtractor」です。
拡張機能のスクリーンショット
TPAInstanceExtractor拡張機能のCRXファイルをダウンロード
TPAInstanceExtractor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is used by wix-bookings developers to get needed data from wix sites in a fast way
拡張機能の基本情報
名前 | TPAInstanceExtractor |
ID | lmknnbbehimiehdilbnfnmpdjokpkhki |
公式URL | https://chromewebstore.google.com/detail/tpainstanceextractor/lmknnbbehimiehdilbnfnmpdjokpkhki |
説明 | TPAInstanceExtractor |
ファイルサイズ | 41.46 KB |
インストール数 | 31 |
現在のバージョン | 0.12 |
最終更新日 | 2021-06-22 |
公開日 | 2019-12-09 |
開発者 | Dima Goltsman |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.12", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/wix-16.png", "128": "images\/wix-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/wix-19.png", "38": "images\/wix-38.png", "128": "images\/wix-128.png" }, "default_title": "BookingsInstanceExtractor", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |