Fiverr Messanger
A messagining app for fiverr to pitch sellers and buyers
什么是Fiverr Messanger?
Fiverr Messanger是由Webs-Automation开发的Chrome扩展程序,该扩展的主要功能是“A messagining app for fiverr to pitch sellers and buyers”。
扩展截图
下载Fiverr Messanger扩展crx文件
下载Fiverr Messanger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | gchfhbbnggokgehifdppoephbmhenaba |
| 官方URL | https://chromewebstore.google.com/detail/fiverr-messanger/gchfhbbnggokgehifdppoephbmhenaba |
| 简介 | A messagining app for fiverr to pitch sellers and buyers |
| 文件大小 | 68.82 KB |
| 安装次数 | 40 |
| 当前版本 | 0.6 |
| 更新时间 | 2023-02-23 |
| 上架时间 | 2023-02-10 |
| 开发者 | Webs-Automation |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://eapplier.com |
| 帮助页面URL | http://eapplier.com/contact-us |
| 隐私政策页面URL | https://www.eapplier.com/policy |
| 支持的语言 | 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"
]
} | |