Grabbly

A web extraction tool that allows you to easily extract data with a single click.

Grabbly क्या है?

Grabbly https://grabbly.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A web extraction tool that allows you to easily extract data with a single click."।

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

screenshot

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

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

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

                        It accomplishes this by identifying the key areas of a website and then Grabbing the content.

★ The power of Artificial Intelligence will auto-detect the key data points on the page for you.
★ Convert web data to structured data.
★ Easy to use 1 click easy Grabbs.
★ Schedule reoccurring Grabbs.
★ Deep Web Extraction
★ Grabbs are secure.
★ Grabb lists and records!

➤ Please note, all extracted data belongs to you. Regardless of the plan type.

(C) 2021 Copyright  LDA Labs                    

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

नाम Grabbly Grabbly
ID acmmehmidcnncgbigblfkgmbmeijgefl
आधिकारिक URL https://chromewebstore.google.com/detail/grabbly/acmmehmidcnncgbigblfkgmbmeijgefl
विवरण A web extraction tool that allows you to easily extract data with a single click.
फ़ाइल का आकार 6.88 MB
स्थापना संख्या 1,181
वर्तमान संस्करण 3.413
अंतिम अपडेट 2023-09-14
प्रकाशन तिथि 2020-05-11
रेटिंग 4.09/5 कुल 11 रेटिंग्स
डेवलपर https://grabbly.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.grabbly.io
सहायता पृष्ठ URL https://www.grabbly.io/contact/
गोपनीयता नीति पृष्ठ URL https://www.grabbly.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grabbly",
    "description": "A web extraction tool that allows you to easily extract data with a single click.",
    "version": "3.413",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/g-blue.png",
            "32": "\/img\/g-blue.png",
            "48": "\/img\/g-blue.png",
            "128": "\/img\/g-blue.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "library\/jquery.js",
                "library\/select2.min.js",
                "library\/jszip.min.js",
                "library\/jquery.mention.input.js",
                "library\/jquery-ui.min.js",
                "library\/ace\/ace.js",
                "library\/ace\/theme-monokai.js",
                "library\/ace\/mode-javascript.js",
                "library\/moment.js",
                "library\/intro.min.js",
                "build\/js\/contentscript.js"
            ],
            "css": [
                "library\/jquery-ui.min.css",
                "library\/select2.min.css",
                "css\/introjs.min.css",
                "css\/introjs-modern.css",
                "css\/contentscript.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/switch.png",
                "fonts\/glyphicons-halflings-regular.eot",
                "fonts\/glyphicons-halflings-regular.ttf",
                "fonts\/glyphicons-halflings-regular.svg",
                "fonts\/glyphicons-halflings-regular.woff",
                "fonts\/glyphicons-halflings-regular.woff2",
                "webfonts\/*",
                "webfontscss\/*",
                "library\/select2.min.js",
                "library\/select2.min.css",
                "library\/jquery.mention.input.js",
                "library\/jquery-ui.min.css",
                "library\/jquery-ui.min.js",
                "library\/jszip.min.js",
                "library\/bootstrap.min.js",
                "library\/ace\/ace.js",
                "library\/ace\/theme-monokai.js",
                "library\/ace\/mode-javascript.js",
                "library\/ga.gs",
                "library\/jquery.multi-select.js",
                "library\/multi-select.css",
                "library\/jquery.js",
                "library\/moment.js",
                "library\/bootstrap.min.css",
                "library\/intro.min.js",
                "css\/introjs.min.css",
                "css\/introjs-modern.css",
                "css\/iframe.css",
                "iframe.html",
                "iframe.js",
                "popup.js",
                "build\/js\/iframe.js",
                "https:\/\/app.grabbly.io\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "downloads",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}