Writerbay Applier
An extension to bid over the jobs from 24 Writerbay and easy to use.
Writerbay Applier란 무엇입니까?
Writerbay Applier은(는) Webs-Automation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to bid over the jobs from 24 Writerbay and easy to use."입니다.
확장 프로그램 스크린샷
Writerbay Applier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An exclusive tool to perform and operate writerbay orders automatically. This will help to place bids over the jobs according to your parameters. It can work for 24/7.
확장 프로그램 기본 정보
이름 | Writerbay Applier |
ID | ifopchjcnhnhgfcpfhpdkbogndlhimhm |
공식 URL | https://chromewebstore.google.com/detail/writerbay-applier/ifopchjcnhnhgfcpfhpdkbogndlhimhm |
설명 | An extension to bid over the jobs from 24 Writerbay and easy to use. |
파일 크기 | 68.89 KB |
설치 횟수 | 48 |
현재 버전 | 0.4 |
최근 업데이트 | 2022-08-22 |
출시 날짜 | 2022-08-18 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Webs-Automation |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.eapplier.com |
도움말 페이지 URL | https://eapplier.on.spiceworks.com/portal/ |
개인정보 보호 정책 페이지 URL | https://www.eapplier.com/policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Writerbay Applier", "version": "0.4", "description": "An extension to bid over the jobs from 24 Writerbay and easy to use.", "content_scripts": [ { "matches": [ "https:\/\/www.websautomation.com\/writerbay\/*", "https:\/\/admin.writerbay.com\/*" ], "js": [ "jquery.min.js", "content.js", "login.js" ] } ], "action": { "default_popup": "background.html" }, "web_accessible_resources": [ { "resources": [ "results.json", "https:\/\/websautomation.com\/ebay\/result.php", "result.php" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage" ] } |