Freelancer.com Helper
A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners.
Freelancer.com Helper란 무엇입니까?
Freelancer.com Helper은(는) https://earvinpiamonte.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners."입니다.
확장 프로그램 스크린샷
Freelancer.com Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UPDATES (July 20, 2019) - Fixed bug on pasting cover letter. FEATURES Add your cover letter to your bid easily. Paste your cover letter template and just change some parts to match the project requirements. It will also somehow reduce the time you usually spend on bidding on a project. URLs to hyperlinks Automatically converts URLs to hyperlinks on the project description on page load. This will save you time rather than highlighting the whole URL and doing some action after that. This can be disabled on Settings. Scroll to top This feature automatically adds a button under the pagination of project feed and project bids list that will scroll to the top of the page when clicked. This cannot be disabled on Settings. Scroll to bid After completing your bid, the page automatically scrolls to your own bid just to let you see if you need some changes to be done. This can be disabled on Settings. Lastly, remove the banners Sometimes it's not really necessary to see the banner on the dashboard and on a project page. This can also be disabled on Settings. WEBSITE http://freelancer.com-helper.earvinpiamonte.com/ SUPPORT https://chrome.google.com/webstore/detail/freelancercom-helper/pmmijafedhodejhmdkoahhcgjcimodkp/support AUTHOR https://www.freelancer.com/u/earvinpiamonte/ https://www.earvinpiamonte.com/ https://twitter.com/earvinpiamonte/
확장 프로그램 기본 정보
이름 | Freelancer.com Helper |
ID | pmmijafedhodejhmdkoahhcgjcimodkp |
공식 URL | https://chromewebstore.google.com/detail/freelancercom-helper/pmmijafedhodejhmdkoahhcgjcimodkp |
설명 | A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners. |
파일 크기 | 1.14 MB |
설치 횟수 | 268 |
현재 버전 | 1.0.11 |
최근 업데이트 | 2020-08-16 |
출시 날짜 | 2019-07-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://earvinpiamonte.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/earvinpiamonte/freelancer-com-helper |
도움말 페이지 URL | https://github.com/earvinpiamonte/freelancer-com-helper/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freelancer.com Helper", "version": "1.0.11", "description": "A Chrome extension for Freelancer.com. Paste cover letter easily. Convert URLs to hyperlinks. Scroll to top button. Remove banners.", "author": "earvinpiamonte", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-logo-128.jpg" } }, "options_page": "options.html", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-logo-128.jpg" }, "content_scripts": [ { "js": [ "dist\/libraries\/libraries.min.js", "dist\/content_scripts\/run_onload_script.js" ], "matches": [ "https:\/\/www.freelancer.com\/*" ], "run_at": "document_idle" } ], "manifest_version": 2 } |