Cloump U-Scraper Plugin

This extension will configure cloump U-Scraper query.

What is Cloump U-Scraper Plugin?

Cloump U-Scraper Plugin is a Chrome extension developed by https://www.cloump.com, and its main feature is "This extension will configure cloump U-Scraper query.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cloump U-Scraper Plugin Extension CRX File

Download Cloump U-Scraper Plugin 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

                        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.                    

Extension Basic Information

Name Cloump U-Scraper Plugin Cloump U-Scraper Plugin
ID kaaalbpgkcljgpbbmnnndchegnmfomjm
Official URL https://chrome.google.com/webstore/detail/kaaalbpgkcljgpbbmnnndchegnmfomjm
Description This extension will configure cloump U-Scraper query.
File Size 69.46 KB
Installation Count 106
Current Version 0.0.6
Last Updated 2016-04-30
Publish Date 2016-04-30
Developer https://www.cloump.com
Email [email protected]
Payment Type free
Supported Languages 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": [
        "*"
    ]
}