VisualSitemaps
Allows user to copy a site's cookies to map password protected sites/sections
VisualSitemaps란 무엇입니까?
VisualSitemaps은(는) http://visualsitemaps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows user to copy a site's cookies to map password protected sites/sections"입니다.
확장 프로그램 스크린샷
VisualSitemaps 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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 } |