E-Applier ES-Applier
ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.
E-Applier ES-Applierとは何ですか?
E-Applier ES-ApplierはWebs-Automationによって開発されたChromeの拡張機能で、その主な機能は「ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.」です。
拡張機能のスクリーンショット
E-Applier ES-Applier拡張機能のCRXファイルをダウンロード
E-Applier ES-Applier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A tool to track writing jobs notification and apply them automatically.
拡張機能の基本情報
名前 | E-Applier ES-Applier |
ID | aeafcpibebodpgpdijemngbkjpejedpe |
公式URL | https://chromewebstore.google.com/detail/e-applier-es-applier/aeafcpibebodpgpdijemngbkjpejedpe |
説明 | ES-APPLIER is an extension to notify the writing tasks and to apply them automatically. |
ファイルサイズ | 69.21 KB |
インストール数 | 37 |
現在のバージョン | 0.1 |
最終更新日 | 2021-07-09 |
公開日 | 2021-07-09 |
開発者 | Webs-Automation |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.eapplier.com/ |
ヘルプページのURL | https://www.eapplier.com/contact-us/ |
プライバシーポリシーページのURL | https://www.eapplier.com/policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "E-Applier ES-Applier", "version": "0.1", "description": "ES-APPLIER is an extension to notify the writing tasks and to apply them automatically.", "content_scripts": [ { "matches": [ "https:\/\/essayshark.com\/*" ], "js": [ "jquery.min.js", "content.js", "login.js" ] } ], "browser_action": { "default_popup": "background.html" }, "web_accessible_resources": [ "results.json", "https:\/\/websautomation.com\/ebay\/result.php", "result.php" ], "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/websautomation.com\/ebay\/result.php; object-src 'self'" } |