WriterHub Applier

An extension to bid over the jobs from 24 WriterHub and easy to use.

WriterHub Applier란 무엇입니까?

WriterHub Applier은(는) Webs-Automation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to bid over the jobs from 24 WriterHub and easy to use."입니다.

확장 프로그램 스크린샷

screenshot

WriterHub Applier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is an application for the essay writers that assist them to make biddings automatically over the writing orders and jobs from Writer Hub. It can bid faster and instantly to save time and manual efforts which is required to complete a bid application.                    

확장 프로그램 기본 정보

이름 WriterHub Applier WriterHub Applier
ID pdenlnepdohnckkcojlgpbgfabbdinod
공식 URL https://chromewebstore.google.com/detail/writerhub-applier/pdenlnepdohnckkcojlgpbgfabbdinod
설명 An extension to bid over the jobs from 24 WriterHub and easy to use.
파일 크기 70.97 KB
설치 횟수 129
현재 버전 0.11
최근 업데이트 2024-01-07
출시 날짜 2022-09-20
개발자 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": "WriterHub Applier",
    "version": "0.11",
    "description": "An extension to bid over the jobs from 24 WriterHub and easy to use.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.websautomation.com\/Writerhub\/*",
                "https:\/\/www.writershub.org\/*"
            ],
            "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"
    ]
}