Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
What is Fiverr Messanger?
Fiverr Messanger is a Chrome extension developed by Webs-Automation, and its main feature is "A messagining app for fiverr to pitch sellers and buyers".
Extension Screenshots
Download Fiverr Messanger Extension CRX File
Download Fiverr Messanger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Fiverr Messanger |
ID | gchfhbbnggokgehifdppoephbmhenaba |
Official URL | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
Description | A messagining app for fiverr to pitch sellers and buyers |
File Size | 68.82 KB |
Installation Count | 40 |
Current Version | 0.6 |
Last Updated | 2023-02-23 |
Publish Date | 2023-02-10 |
Developer | Webs-Automation |
[email protected] | |
Payment Type | free |
Extension Website | http://eapplier.com |
Help Page URL | http://eapplier.com/contact-us |
Privacy Policy Page URL | https://www.eapplier.com/policy |
Supported Languages | 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" ] } |