[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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | [2022-NEW]Freelancer Notifier |
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 |
이메일 | [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" } |