Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
Hvad er Fiverr Messanger?
Fiverr Messanger er en Chrome-udvidelse udviklet af Webs-Automation, og dens hovedfunktion er "A messagining app for fiverr to pitch sellers and buyers".
Udvidelsesskærmbilleder
Download Fiverr Messanger-udvidelses-CRX-fil
Download Fiverr Messanger-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Fiverr Messanger |
ID | gchfhbbnggokgehifdppoephbmhenaba |
Officiel URL | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
Beskrivelse | A messagining app for fiverr to pitch sellers and buyers |
Filstørrelse | 68.82 KB |
Antal Installationer | 40 |
Nuværende Version | 0.6 |
Senest Opdateret | 2023-02-23 |
Udgivelsesdato | 2023-02-10 |
Udvikler | Webs-Automation |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://eapplier.com |
Hjælpeside-URL | http://eapplier.com/contact-us |
URL til Fortrolighedspolitik Side | https://www.eapplier.com/policy |
Understøttede Sprog | 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" ] } |