Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Hvad er Smart Fiverr?
Smart Fiverr er en Chrome-udvidelse udviklet af https://smartfiverr.com, og dens hovedfunktion er "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".
Udvidelsesskærmbilleder
Download Smart Fiverr-udvidelses-CRX-fil
Download Smart Fiverr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
Officiel URL | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Beskrivelse | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
Filstørrelse | 473 KB |
Antal Installationer | 5,623 |
Nuværende Version | 1.2.7 |
Senest Opdateret | 2021-06-16 |
Udgivelsesdato | 2021-03-08 |
Bedømmelse | 3.57/5 Samlet 23 Bedømmelser |
Udvikler | https://smartfiverr.com |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://smartfiverr.com |
Hjælpeside-URL | https://smartfiverr.com |
Understøttede Sprog | 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" } } |