Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
¿Qué es Smart Fiverr?
Smart Fiverr es una extensión de Chrome desarrollada por https://smartfiverr.com, y su función principal es "Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Fiverr
Descarga archivos de extensión Smart Fiverr en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
URL Oficial | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
Descripción | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
Tamaño del Archivo | 473 KB |
Cantidad de Instalaciones | 5,623 |
Versión Actual | 1.2.7 |
Última Actualización | 2021-06-16 |
Fecha de Publicación | 2021-03-08 |
Calificación | 3.57/5 Total de 23 Calificaciones |
Desarrollador | https://smartfiverr.com |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://smartfiverr.com |
URL de la Página de Ayuda | https://smartfiverr.com |
Idiomas Soportados | 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" } } |