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 |
公式URL | 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 |
Eメール | [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" } } |