TPAInstanceExtractor
TPAInstanceExtractor
Wat is TPAInstanceExtractor?
TPAInstanceExtractor is een Chrome-extensie ontwikkeld door Dima Goltsman, en de belangrijkste functie is "TPAInstanceExtractor".
Extensie Screenshots
Download het CRX-bestand van de extensie TPAInstanceExtractor
Download TPAInstanceExtractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension is used by wix-bookings developers to get needed data from wix sites in a fast way
Basisinformatie over de Extensie
Naam | TPAInstanceExtractor |
ID | lmknnbbehimiehdilbnfnmpdjokpkhki |
Officiële URL | https://chromewebstore.google.com/detail/tpainstanceextractor/lmknnbbehimiehdilbnfnmpdjokpkhki |
Beschrijving | TPAInstanceExtractor |
Bestandsgrootte | 41.46 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.12 |
Laatst Bijgewerkt | 2021-06-22 |
Publicatiedatum | 2019-12-09 |
Ontwikkelaar | Dima Goltsman |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |