Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Co je Smart Fiverr?
Smart Fiverr je rozšíření Chrome vyvinuté https://smartfiverr.com, a jeho hlavní funkcí je „Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Smart Fiverr
Stáhněte si soubory rozšíření Smart Fiverr ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
Oficiální URL | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Popis | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
Velikost souboru | 473 KB |
Počet instalací | 5,623 |
Aktuální Verze | 1.2.7 |
Poslední Aktualizace | 2021-06-16 |
Datum Vydání | 2021-03-08 |
Hodnocení | 3.57/5 Celkem 23 Hodnocení |
Vývojář | https://smartfiverr.com |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://smartfiverr.com |
URL Stránky Nápovědy | https://smartfiverr.com |
Podporované Jazyky | 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" } } |