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 |
电子邮箱 | [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" ] } |