Cloump U-Scraper Plugin

This extension will configure cloump U-Scraper query.

Cos'è Cloump U-Scraper Plugin?

Cloump U-Scraper Plugin è un'estensione di Chrome sviluppata da https://www.cloump.com, e la sua funzione principale è "This extension will configure cloump U-Scraper query.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cloump U-Scraper Plugin

Scarica i file di estensione Cloump U-Scraper Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Convert web pages into your own API and connect it through Excel (using our free excel add-in) or your own API.

It support JSON schema and can deal with nested complicated data structure.
You can compose your own data schema to suit your requirements and when you download data into excel, it converts it automatically.                    

Informazioni di Base sull'Estensione

Nome Cloump U-Scraper Plugin Cloump U-Scraper Plugin
ID kaaalbpgkcljgpbbmnnndchegnmfomjm
URL Ufficiale https://chrome.google.com/webstore/detail/kaaalbpgkcljgpbbmnnndchegnmfomjm
Descrizione This extension will configure cloump U-Scraper query.
Dimensione del File 69.46 KB
Conteggio Installazioni 106
Versione Corrente 0.0.6
Ultimo Aggiornamento 2016-04-30
Data di Pubblicazione 2016-04-30
Sviluppatore https://www.cloump.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloump U-Scraper Plugin",
    "author": "KOOK HEA SUNG",
    "description": "This extension will configure cloump U-Scraper query.",
    "version": "0.0.6",
    "homepage_url": "http:\/\/www.cloump.com",
    "browser_action": {
        "default_title": "Cloump U-Scraper",
        "default_icon": "icon_16_16.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [],
            "css": [
                "uscraper_selector.css",
                "uscraper_ui.css"
            ]
        }
    ],
    "icons": {
        "16": "icon_16_16.png",
        "48": "icon_48_48.png",
        "128": "icon_128_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": true
    },
    "web_accessible_resources": [
        "*"
    ]
}