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 |
| 官方網址 | 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"
]
} | |