Skip to content

The easiest way to get website internal / customers feedbacks (WebExtensions)

Notifications You must be signed in to change notification settings

flysteur-dev/snapsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnapSite (website)

This extension / library provide a bridge between webpage and browser extension, to capture the current webpage.

Useful to add a bug tracking tool inside your webpage during your internal development, or to get customers feedbacks.

Browsers compatibility:

  • Chrome >= 20
  • Firefox >= 47
  • Safari >= 8
  • Opera (soon)
  • Edge (soon)

Features:

  • Capture webpage content to clipboard using browser action
  • Useragent cannot be spoofed
  • Send screenshot as base64 through snapsite lib

Stores:

  • Chrome : link
  • Firefox : link
  • Safari : (packaged binary) link

Example:

  • Start server
    • python -m SimpleHTTPServer
  • Go to 127.0.0.1:8080/example.html
  • Click on "Try me"
  • If the port is already used, try again with an extra parameter
    • python -m SimpleHTTPServer 8180

Documentation:

https://flysteur-dev.github.io/snapsite/

About

The easiest way to get website internal / customers feedbacks (WebExtensions)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published