- Add explicit return value to message listener in content.js - Fix documentation references in QUICKSTART.md - Clarify that GET_PAGE_INFO listener is reserved for future use Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
3.3 KiB
Browser Extension - Quick Start Guide
This guide will help you quickly install and configure the DocuElevate browser extension.
5-Minute Installation
Step 1: Load the Extension
For Chrome/Edge/Chromium browsers:
-
Open your browser and navigate to:
- Chrome:
chrome://extensions/ - Edge:
edge://extensions/ - Other Chromium: Similar URL for your browser
- Chrome:
-
Enable Developer mode (toggle in top right corner)
-
Click "Load unpacked" button
-
Select the
browser-extensionfolder from your DocuElevate installation -
The DocuElevate icon should now appear in your browser toolbar
For Firefox:
-
Navigate to
about:debugging#/runtime/this-firefox -
Click "Load Temporary Add-on..."
-
Select the
manifest.jsonfile from thebrowser-extensionfolder -
The extension will load (note: temporary, removed when Firefox restarts)
Step 2: Configure Your Server
-
Click the DocuElevate extension icon in your toolbar
-
Enter your DocuElevate server URL:
https://your-docuelevate-server.comOr for local testing:
http://localhost:8000 -
Click "Save Configuration"
Step 3: (Optional) Add Authentication
If your DocuElevate server requires authentication:
-
Log in to your DocuElevate server in a regular browser tab
-
Open Developer Tools (F12)
-
Go to Application → Cookies (Chrome/Edge) or Storage → Cookies (Firefox)
-
Find the cookie named
session -
Copy its Value
-
In the extension popup, click "Change Settings"
-
Paste the value in the Session Cookie field:
session=your_copied_session_value -
Click "Save Configuration"
Step 4: Send Your First File
-
Navigate to any page with a document URL, for example:
https://example.com/document.pdfhttps://example.com/image.jpg- Any direct link to a supported file
-
Click the DocuElevate extension icon
-
(Optional) Enter a custom filename
-
Click "Send to DocuElevate"
-
Wait for the success message!
Quick Tips
- Right-click shortcut: Right-click on any link and select "Send to DocuElevate"
- Notifications: You'll get browser notifications for success/error
- Change settings: Click "Change Settings" in the extension popup anytime
- Supported files: PDF, Office docs, images - see full list in README
Troubleshooting
"Failed to connect to server"
- Check your server URL is correct
- Make sure DocuElevate is running
- Verify network/firewall settings
"Authentication required"
- Add your session cookie (see Step 3)
- Your session may have expired - log in again
"Unsupported file type"
- URL must point to a document or image file
- Check that the URL has a file extension (.pdf, .docx, etc.)
Next Steps
- Read the full Browser Extension Guide for detailed information
- Configure file processing settings in DocuElevate
- Set up storage destinations (Dropbox, Google Drive, etc.)
Need Help?
- Check the Browser Extension Guide for detailed troubleshooting
- Review the API Documentation
- See the main Troubleshooting Guide for general issues
- Open an issue on GitHub
Happy document processing! 🚀