Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
Cos'è Fiverr Messanger?
Fiverr Messanger è un'estensione di Chrome sviluppata da Webs-Automation, e la sua funzione principale è "A messagining app for fiverr to pitch sellers and buyers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fiverr Messanger
Scarica i file di estensione Fiverr Messanger 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
It's a pitching tool to contact fiver users as sellers and send them messages automatically. It can search searching for a specific category and pass your message to their inbox whether the seller's are online or offline.
Informazioni di Base sull'Estensione
Nome | Fiverr Messanger |
ID | gchfhbbnggokgehifdppoephbmhenaba |
URL Ufficiale | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
Descrizione | A messagining app for fiverr to pitch sellers and buyers |
Dimensione del File | 68.82 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2023-02-23 |
Data di Pubblicazione | 2023-02-10 |
Sviluppatore | Webs-Automation |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://eapplier.com |
URL della Pagina di Aiuto | http://eapplier.com/contact-us |
URL della Pagina della Politica sulla Privacy | https://www.eapplier.com/policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fiverr Messanger", "version": "0.6", "description": "A messagining app for fiverr to pitch sellers and buyers", "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/*" ], "js": [ "jquery.min.js", "content.js", "login.js" ] } ], "action": { "default_popup": "background.html" }, "web_accessible_resources": [ { "resources": [ "results.json", "https:\/\/websautomation.com\/ebay\/result.php", "result.php" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage" ] } |