Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Was ist Smart Fiverr?
Smart Fiverr ist eine Chrome-Erweiterung, die von https://smartfiverr.com entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".
Erweiterungsscreenshots
Smart Fiverr-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Fiverr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
Offizielle URL | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Beschreibung | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
Dateigröße | 473 KB |
Installationsanzahl | 5,623 |
Aktuelle Version | 1.2.7 |
Letztes Update | 2021-06-16 |
Veröffentlichungsdatum | 2021-03-08 |
Bewertung | 3.57/5 Insgesamt 23 Bewertungen |
Entwickler | https://smartfiverr.com |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://smartfiverr.com |
Hilfeseite URL | https://smartfiverr.com |
Unterstützte Sprachen | 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" } } |