Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
Fiverr Messanger là gì?
Fiverr Messanger là một tiện ích mở rộng Chrome được phát triển bởi Webs-Automation, và tính năng chính của nó là "A messagining app for fiverr to pitch sellers and buyers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fiverr Messanger
Tải xuống các tệp mở rộng Fiverr Messanger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fiverr Messanger |
ID | gchfhbbnggokgehifdppoephbmhenaba |
URL Chính Thức | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
Mô tả | A messagining app for fiverr to pitch sellers and buyers |
Kích Thước Tệp | 68.82 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2023-02-23 |
Ngày Phát Hành | 2023-02-10 |
Nhà Phát Triển | Webs-Automation |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://eapplier.com |
URL Trang Trợ Giúp | http://eapplier.com/contact-us |
URL Trang Chính Sách Bảo Mật | https://www.eapplier.com/policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |