TPAInstanceExtractor

TPAInstanceExtractor

What is TPAInstanceExtractor?

TPAInstanceExtractor is a Chrome extension developed by Dima Goltsman, and its main feature is "TPAInstanceExtractor".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TPAInstanceExtractor Extension CRX File

Download TPAInstanceExtractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is used by wix-bookings developers to get needed data from wix sites in a fast way                    

Extension Basic Information

Name TPAInstanceExtractor TPAInstanceExtractor
ID lmknnbbehimiehdilbnfnmpdjokpkhki
Official URL https://chromewebstore.google.com/detail/tpainstanceextractor/lmknnbbehimiehdilbnfnmpdjokpkhki
Description TPAInstanceExtractor
File Size 41.46 KB
Installation Count 31
Current Version 0.12
Last Updated 2021-06-22
Publish Date 2019-12-09
Developer Dima Goltsman
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}