Cloump U-Scraper Plugin

This extension will configure cloump U-Scraper query.

Τι είναι το Cloump U-Scraper Plugin;

Το Cloump U-Scraper Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.cloump.com, και η κύρια λειτουργία του είναι "This extension will configure cloump U-Scraper query.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cloump U-Scraper Plugin

Λήψη αρχείων επέκτασης Cloump U-Scraper Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
        "*"
    ]
}