Sell Reqs Tool
Provides tools to make req selling easier
Sell Reqs Tool란 무엇입니까?
Sell Reqs Tool은(는) Sick Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides tools to make req selling easier"입니다.
확장 프로그램 스크린샷
Sell Reqs Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provides added tools to sell reqs. Click on "Toggle Advanced Filter/Sell Reqs" for more advanced filtering and selling options. Current Features: Mass Selling of Reqs Advanced Filtering Reqs Planned Features: Sorting Reqs Showing Medals Earned Filtering and Sorting Medals
확장 프로그램 기본 정보
이름 | |
ID | ifnmllpebfhkkpihacgmnpkjflmdajpn |
공식 URL | https://chrome.google.com/webstore/detail/sell-reqs-tool/ifnmllpebfhkkpihacgmnpkjflmdajpn |
설명 | Provides tools to make req selling easier |
파일 크기 | 53.16 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2017-12-13 |
출시 날짜 | 2017-09-10 |
평점 | 4.89/5 총 152 개의 평점 |
개발자 | Sick Tools |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "main_icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "contentscript.js" ], "matches": [ "https:\/\/www.halowaypoint.com\/*" ], "run_at": "document_end" } ], "description": "Provides tools to make req selling easier", "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "name": "Sell Reqs Tool", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.0", "web_accessible_resources": [ "sellReqs.js" ] } |