Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
Cos'è Smart Fiverr?
Smart Fiverr è un'estensione di Chrome sviluppata da https://smartfiverr.com, e la sua funzione principale è "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Fiverr
Scarica i file di estensione Smart Fiverr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
URL Ufficiale | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Descrizione | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
Dimensione del File | 473 KB |
Conteggio Installazioni | 5,623 |
Versione Corrente | 1.2.7 |
Ultimo Aggiornamento | 2021-06-16 |
Data di Pubblicazione | 2021-03-08 |
Valutazione | 3.57/5 Totale 23 Valutazioni |
Sviluppatore | https://smartfiverr.com |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://smartfiverr.com |
URL della Pagina di Aiuto | https://smartfiverr.com |
Lingue Supportate | 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" } } |