Freelancer.com Jobs Search RSS
Adds RSS feeds feature to Freelancer.com jobs search pages
Freelancer.com Jobs Search RSS란 무엇입니까?
Freelancer.com Jobs Search RSS은(는) Alexandr Shurigin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds RSS feeds feature to Freelancer.com jobs search pages"입니다.
확장 프로그램 스크린샷
Freelancer.com Jobs Search RSS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds RSS feature to Freelancer.com jobs custom filters. With RSS feed you will be in touch with newest jobs. Simple drop RSS link to your favorite reader and get newest jobs once they are posted. Contact me for any questions at [email protected].
확장 프로그램 기본 정보
이름 | Freelancer.com Jobs Search RSS |
ID | ebnpoaaghgihccdchcjbjkoiiiddjcfg |
공식 URL | https://chromewebstore.google.com/detail/freelancercom-jobs-search/ebnpoaaghgihccdchcjbjkoiiiddjcfg |
설명 | Adds RSS feeds feature to Freelancer.com jobs search pages |
파일 크기 | 59.98 KB |
설치 횟수 | 242 |
현재 버전 | 2.1 |
최근 업데이트 | 2017-10-01 |
출시 날짜 | 2017-09-30 |
평점 | 3.55/5 총 11 개의 평점 |
개발자 | Alexandr Shurigin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freelancer.com Jobs Search RSS", "version": "2.1", "description": "Adds RSS feeds feature to Freelancer.com jobs search pages", "icons": { "128": "icons\/128.png" }, "author": "Alexandr Shurigin ([email protected])", "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.freelancer.com\/*" ], "js": [ "js\/jquery.min.js", "js\/URI.min.js", "js\/injector.js" ] } ], "web_accessible_resources": [ "js\/jquery.min.js", "js\/freelancerrss.js" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/bg.js" ] }, "permissions": [ " |