Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
What is Smart Fiverr?
Smart Fiverr is a Chrome extension developed by https://smartfiverr.com, and its main feature is "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".
Extension Screenshots
Download Smart Fiverr Extension CRX File
Download Smart Fiverr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more offers, get buyer request notifications based on the GIG you provide, A money calculator for you to know how much buyer pays and what you get, A better fiverr notification with custom notification sounds you can pick from This extension keeps working till your computer is turned off. Give it a try and you'll love it
Extension Basic Information
Name | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
Official URL | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Description | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
File Size | 473 KB |
Installation Count | 5,623 |
Current Version | 1.2.7 |
Last Updated | 2021-06-16 |
Publish Date | 2021-03-08 |
Rating | 3.57/5 Total 23 Ratings |
Developer | https://smartfiverr.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://smartfiverr.com |
Help Page URL | https://smartfiverr.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Fiverr", "version": "1.2.7", "permissions": [ "storage", "notifications", "*:\/\/*.fiverr.com\/*", "https:\/\/*.smartfiverr.com\/*", "background", "webRequest", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.fiverr.com\/*" ], "js": [ "\/contentscripts.js" ], "css": [ "style.css" ], "all_frames": true } ], "web_accessible_resources": [ "\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |