[2022-NEW]Freelancer Notifier
Bring Freelancer.com New Project Notification to Desktop Notification
[2022-NEW]Freelancer Notifierとは何ですか?
[2022-NEW]Freelancer Notifierはautoclick.infoによって開発されたChromeの拡張機能で、その主な機能は「Bring Freelancer.com New Project Notification to Desktop Notification」です。
拡張機能のスクリーンショット
[2022-NEW]Freelancer Notifier拡張機能のCRXファイルをダウンロード
[2022-NEW]Freelancer Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Freelancer Notifier is a Chrome extension that notifies you about new projects from your freelancer account without User Name and Password
-Features:
- No password required
- Desktop Notification
- Sound Notification
- First bid to win bid
- Open Source: https://github.com/autoclick/freelancer-notifier
- Websocket Connect very lightweight
- Independent with freelancer.com setting
- Use by your way with multi options setting 拡張機能の基本情報
| 名前 | |
| ID | eafegcdajfclfclngeonijfcfigeakgg |
| 公式URL | https://chromewebstore.google.com/detail/2022-newfreelancer-notifi/eafegcdajfclfclngeonijfcfigeakgg |
| 説明 | Bring Freelancer.com New Project Notification to Desktop Notification |
| ファイルサイズ | 490 KB |
| インストール数 | 527 |
| 現在のバージョン | 2022.1.3 |
| 最終更新日 | 2021-12-31 |
| 公開日 | 2017-01-07 |
| 評価 | 3.15/5 合計 26 レビュー |
| 開発者 | autoclick.info |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.my.freelancer.com/get/autoclick?f=give |
| ヘルプページのURL | https://www.my.freelancer.com/get/autoclick?f=give |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": true,
"scripts": [
"data\/options\/config.js",
"app.js"
]
},
"browser_action": {
"default_icon": {
"19": "img\/icon.png",
"38": "img\/icon.png"
}
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.freelancer.com\/*; object-src 'self'",
"description": "Bring Freelancer.com New Project Notification to Desktop Notification",
"icons": {
"128": "img\/icon.png",
"16": "img\/icon.png",
"48": "img\/icon.png"
},
"manifest_version": 2,
"name": "[2022-NEW]Freelancer Notifier",
"options_page": "data\/options\/options.html",
"permissions": [
"notifications",
"storage",
"cookies",
"https:\/\/*.freelancer.com\/*"
],
"short_name": "Notifier",
"version": "2022.1.3"
} | |