WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fiverr Workspace Pro

Fiverr Workspace Pro

View on Chrome Web Store
View Fiverr Workspace Pro Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Simplifies freelancing on Fiverr and Upwork with quick access to your earnings, gigs, messages, and notifications.
Type
Extension
Users
30 users
1
Website kaywat.me
KayWat
View author page of KayWat
Published
Published on May 14, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on May 17, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Fiverr Workspace Pro Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fiverr Workspace Pro",
    "description": "Simplifies freelancing on Fiverr and Upwork with quick access to your earnings, gigs, messages, and notifications.",
    "version": "1.0.3",
    "changelog": {
        "1.0.3": [
            "Fixed floating overlay toggle functionality to properly disable\/enable the overlay",
            "Modified code to completely remove the overlay from the DOM when disabled",
            "Added background checks to ensure overlay stays disabled across tab updates",
            "Fixed overlay click functionality to properly expand\/collapse the sidebar",
            "Improved boolean handling for user preferences",
            "Removed version number from sidepanel footer"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "sidePanel",
        "declarativeNetRequest",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.fiverr.com\/*",
        "https:\/\/www.upwork.com\/*",
        "https:\/\/script.google.com\/macros\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/chrome.google.com\/*"
            ],
            "js": [
                "sidebar-feature\/content-scripts\/overlay.js"
            ],
            "css": [
                "sidebar-feature\/content-scripts\/overlay.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "sidebar-feature\/panel\/sidebar.html",
                "sidebar-feature\/panel\/sidebar.css",
                "membership\/membership.css",
                "popup.js",
                "membership\/membership.js",
                "icons\/*.png",
                "*.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "rules.json"
            }
        ]
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top