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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SmartSearch Page Capture
Λήψη αρχείων επέκτασης SmartSearch Page Capture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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 |
Διεύθυνση URL της Σελίδας Βοήθειας | https://smartsearch.plus/contact |
URL της Σελίδας Πολιτικής Απορρήτου | 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" ] } ] } |