SmartSearch Page Capture

This extension shows a Current page HTML

ما هو SmartSearch Page Capture؟

SmartSearch Page Capture هو إضافة Chrome تم تطويرها بواسطة SmartSearch، والميزة الرئيسية لها هي "This extension shows a Current page HTML".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SmartSearch Page Capture

قم بتنزيل ملفات الامتداد SmartSearch Page Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Samart Search extraction tool with an easy point-and-click interface for LinkedIn public view of user profile Free and easy to use web data extraction tool for smart search customer only.

With a simple point-and-click interface, the ability to extract LinkedIn public view user profile records from a website takes only a few minutes of scraper setup.

Web Scraper utilizes a modular structure that is made of selectors, which instruct the scraper on how to traverse the target site and what data to extract.

Data extraction is run on your browser and doesn’t require anything to be installed on your computer. You don't need any coding experience to start scraping. Additionally, it is possible to completely automate data extraction in Web Scraper Cloud.                    

معلومات أساسية عن التمديد

الاسم SmartSearch Page Capture SmartSearch Page Capture
ID bdnlkpholabdlakmcchpoigbkeeaadnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/smartsearch-page-capture/bdnlkpholabdlakmcchpoigbkeeaadnd
الوصف This extension shows a Current page HTML
حجم الملف 63.28 KB
عدد التثبيتات 732
النسخة الحالية 16.0
آخر تحديث 2024-01-15
تاريخ النشر 2019-06-21
تقييم 4.50/5 مجموع تقييمات 4
المطور SmartSearch
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://smartsearch.plus
عنوان صفحة المساعدة https://smartsearch.plus/contact
عنوان صفحة سياسة الخصوصية https://smartsearchinc.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmartSearch Page Capture",
    "description": "This extension shows a Current page HTML",
    "version": "16.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "SmartSearch V16.0",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "myscript.js",
                "jquery-3.6.0.min.js"
            ]
        }
    ]
}