A Chrome extension that helps you extract and save conversations from your Fiverr inbox.
- Extract conversations from Fiverr inbox
- Download conversations in Markdown format
- View conversations in a new tab
- Download attachments
- Track conversation history
- Support for message replies
- Batch contact fetching
- Clone this repository or download the ZIP file
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- Open your Fiverr inbox
- Click the extension icon
- Either:
- Click "Fetch All Contacts" to see all your conversations
- Click "Extract Conversation" when viewing a specific conversation
- Use the download button (📥) to save the conversation
- Use the view button (📄) to open the conversation in a new tab
- Click attachment buttons to download specific files
Here's how the extension looks:
Example contact format:
joykent838 (13/11/2024)
For the complete extension UI mockup, see Extension UI Design
activeTab
: To interact with Fiverr tabsstorage
: To store conversation datascripting
: To inject content scriptsdownloads
: To save conversations and attachmentstabs
: To open conversations in new tabs
The extension uses:
- Manifest V3
- Chrome Extension APIs
- Modern JavaScript (ES6+)
- Markdown for conversation export
MIT License