Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
Vad är Fiverr Messanger?
Fiverr Messanger är en Chrome-tillägg utvecklad av Webs-Automation, och dess huvudfunktion är "A messagining app for fiverr to pitch sellers and buyers".
Tilläggsskärmbilder
Ladda ner Fiverr Messanger-förlängningens CRX-fil
Ladda ner Fiverr Messanger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Fiverr Messanger |
ID | gchfhbbnggokgehifdppoephbmhenaba |
Officiell webbadress | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
Beskrivning | A messagining app for fiverr to pitch sellers and buyers |
Filstorlek | 68.82 KB |
Antal Installationer | 40 |
Aktuell Version | 0.6 |
Senast Uppdaterad | 2023-02-23 |
Publiceringsdatum | 2023-02-10 |
Utvecklare | Webs-Automation |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://eapplier.com |
Hjälpsida URL | http://eapplier.com/contact-us |
URL till Sekretesspolicy Sidan | https://www.eapplier.com/policy |
Stödda Språk | 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" ] } |