Smart Fiverr
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…
什麼是Smart Fiverr?
Smart Fiverr是由https://smartfiverr.com開發的Chrome擴展程式,該擴展的主要功能是“Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more…”。
擴展截圖
下載Smart Fiverr擴展crx文件
下載Smart Fiverr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more offers, get buyer request notifications based on the GIG you provide, A money calculator for you to know how much buyer pays and what you get, A better fiverr notification with custom notification sounds you can pick from This extension keeps working till your computer is turned off. Give it a try and you'll love it
擴展基本資訊
名稱 | Smart Fiverr |
ID | aekhkmkjmigbecagogodpaepchpjjcnh |
官方網址 | https://chromewebstore.google.com/detail/smart-fiverr/aekhkmkjmigbecagogodpaepchpjjcnh |
簡介 | Enhance your Fiverr seller account with features like an autoresponder that responds to messages, always be online to get more… |
檔案大小 | 473 KB |
安裝次數 | 5,623 |
目前版本 | 1.2.7 |
更新時間 | 2021-06-16 |
上架時間 | 2021-03-08 |
評分 | 3.57/5 共 23 次評分 |
開發者 | https://smartfiverr.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://smartfiverr.com |
說明頁面URL | https://smartfiverr.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Fiverr", "version": "1.2.7", "permissions": [ "storage", "notifications", "*:\/\/*.fiverr.com\/*", "https:\/\/*.smartfiverr.com\/*", "background", "webRequest", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.fiverr.com\/*" ], "js": [ "\/contentscripts.js" ], "css": [ "style.css" ], "all_frames": true } ], "web_accessible_resources": [ "\/*" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |