VisualSitemaps

Allows user to copy a site's cookies to map password protected sites/sections

Τι είναι το VisualSitemaps;

Το VisualSitemaps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://visualsitemaps.com, και η κύρια λειτουργία του είναι "Allows user to copy a site's cookies to map password protected sites/sections".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης VisualSitemaps

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

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

                        https://VisualSitemaps.com is a SaaS platform that automatically generates beautiful visual sitemaps + high-resolution screenshots of any Public or Private site or web-app, making it fast and easy to perform in-depth site audits for UI, UX, SEO, and marketing research.
🚀You get 50 for FREE every month.

< IMPORTANT > 
This addon-is solely designed to help you during private-website crawling. For example: a user’s dashboard or a site in production/staging.

You must have the authorized credentials for this crawling to work. What this tool does is allow you to easily copy all the cookie sessions our crawler needs to access and crawl the private pages. 

**Your Security is our 100% Top Priority**

These cookies are never stored on our servers. They are 128-bit Encrypted using Advanced Encryption Standard (AES). Once the crawl is complete, the cookies are automatically deleted. 

Instructions for use: http://bit.ly/VSM-ChromeAddon

🔥Voted Top Product Hunt in 2019!
https://www.producthunt.com/posts/visualsitemaps

:: Features Available TODAY ::
[ 🔥New ] Password-Protected Site Crawling
+ Export as PDF ( then import it into your fav design tool for further grooming )
+ Advanced Filtering
+ Sitemap Sharing ( with non-users )
+ Unlimited Team Members

:: In-Progress ::
+ Screenshot Commenting & Workflow Management

:: Coming Soon ::
+ Export as Zip ( all screenshots, organized by directories ) or CSV
+ Technical & SEO Auditing Tools Integration ( SEMrush, GA, others )
+ Page Design & Content Change Tracking
+ Sitemap Redesign & Forking
+ Mobile Viewport Screenshots
+ Sitemap Embedding
 
Stop wasting your valuable time. A 100-page sitemap will take you +/- 10 hours to manually design and costing you at least $500 of your billable time. Get it done in just 10 minutes..and get on with your life.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VisualSitemaps VisualSitemaps
ID mcopoaaijhlpihopmjkckcbhllagnfno
Επίσημο URL https://chrome.google.com/webstore/detail/visualsitemaps/mcopoaaijhlpihopmjkckcbhllagnfno
Περιγραφή Allows user to copy a site's cookies to map password protected sites/sections
Μέγεθος Αρχείου 13.11 KB
Αριθμός Εγκαταστάσεων 654
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2020-02-16
Ημερομηνία Δημοσίευσης 2020-02-16
Προγραμματιστής http://visualsitemaps.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://visualsitemaps.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.visualsitemaps.com/en/articles/3673081-how-to-crawl-a-password-protected-private-website
URL της Σελίδας Πολιτικής Απορρήτου https://visualsitemaps.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VisualSitemaps",
    "version": "0.1",
    "description": "Allows user to copy a site's cookies to map password protected sites\/sections",
    "permissions": [
        "cookies",
        "activeTab",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "vsm.png",
        "48": "vsm.png",
        "128": "vsm.png"
    },
    "browser_action": {
        "default_icon": "vsm.png",
        "default_title": "Copy this site's cookies to your clipboard"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}