Cloump U-Scraper Plugin

This extension will configure cloump U-Scraper query.

Cloump U-Scraper Plugin क्या है?

Cloump U-Scraper Plugin https://www.cloump.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will configure cloump U-Scraper query."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cloump U-Scraper Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Cloump U-Scraper Plugin Cloump U-Scraper Plugin
ID kaaalbpgkcljgpbbmnnndchegnmfomjm
आधिकारिक URL https://chrome.google.com/webstore/detail/kaaalbpgkcljgpbbmnnndchegnmfomjm
विवरण This extension will configure cloump U-Scraper query.
फ़ाइल का आकार 69.46 KB
स्थापना संख्या 106
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2016-04-30
प्रकाशन तिथि 2016-04-30
डेवलपर https://www.cloump.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": [
        "*"
    ]
}