Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
Apa itu Fiverr Messanger?
Fiverr Messanger adalah ekstensi Chrome yang dikembangkan oleh Webs-Automation, dan fitur utamanya adalah "A messagining app for fiverr to pitch sellers and buyers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fiverr Messanger
Unduh file ekstensi Fiverr Messanger dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gchfhbbnggokgehifdppoephbmhenaba |
URL Resmi | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
Deskripsi | A messagining app for fiverr to pitch sellers and buyers |
Ukuran File | 68.82 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 0.6 |
Terakhir Diperbarui | 2023-02-23 |
Tanggal Publikasi | 2023-02-10 |
Pengembang | Webs-Automation |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://eapplier.com |
URL Halaman Bantuan | http://eapplier.com/contact-us |
URL Halaman Kebijakan Privasi | https://www.eapplier.com/policy |
Bahasa yang Didukung | 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" ] } |