FreelancerAlert Chrome Extension
It is a chrome extension to get new job/project notifications from FreelancerAlert.
FreelancerAlert Chrome Extension란 무엇입니까?
FreelancerAlert Chrome Extension은(는) FreelancerAlert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is a chrome extension to get new job/project notifications from FreelancerAlert."입니다.
확장 프로그램 스크린샷
FreelancerAlert Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FreelancerAlert is a completely free online service that will save you hours of time each day by aggregating all of the major freelancer platform job/project postings all in one easy-to-use dashboard. Using FreelancerAlert, you can check & monitor hundreds of postings in one place in real-time and not need to worry about losing opportunities. This chrome extension is to make users get new job/project notifications from FreelancerAlert more easily. Once you install it on your chrome browser and log in with your FreelancerAlert account, you can receive notifications following your filter template and notification setting. It stores your filter template on your chrome profile, there is no need to log in every time when you run your browser. If periodical notification bothers your work, just log out to turn off the notification. For more information about FreelancerAlert, visit following links. https://www.freelanceralert.com
확장 프로그램 기본 정보
이름 | FreelancerAlert Chrome Extension |
ID | dceekenifddjfocfmggcffaacenoanac |
공식 URL | https://chromewebstore.google.com/detail/freelanceralert-chrome-ex/dceekenifddjfocfmggcffaacenoanac |
설명 | It is a chrome extension to get new job/project notifications from FreelancerAlert. |
파일 크기 | 94.54 KB |
설치 횟수 | 94 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-09-06 |
출시 날짜 | 2021-09-05 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | FreelancerAlert |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.freelanceralert.com |
개인정보 보호 정책 페이지 URL | https://freelanceralert.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FreelancerAlert Chrome Extension", "description": "It is a chrome extension to get new job\/project notifications from FreelancerAlert.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.min.js" }, "host_permissions": [ "*:\/\/*\/" ], "permissions": [ "storage", "tabs", "activeTab", "scripting", "alarms" ], "action": { "default_popup": "popup.min.html", "default_icon": { "16": "\/images\/default_icon.png", "32": "\/images\/default_icon.png", "48": "\/images\/default_icon.png", "128": "\/images\/default_icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |