調達ポータル・政府電子調達(GEPS)AP
調達ポータル・政府電子調達システム(GEPS)で電子証明書によるログイン、署名等を行うためのアプリケーションです。
What is 調達ポータル・政府電子調達(GEPS)AP?
調達ポータル・政府電子調達(GEPS)AP is a Chrome extension developed by デジタル庁, and its main feature is "調達ポータル・政府電子調達システム(GEPS)で電子証明書によるログイン、署名等を行うためのアプリケーションです。".
Extension Screenshots
Download 調達ポータル・政府電子調達(GEPS)AP Extension CRX File
Download 調達ポータル・政府電子調達(GEPS)AP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
■注意事項 Chrome拡張機能の他に専用インストーラが必要となります。ウェブサイトを参照してください。 ■対応OS ・Windows 10 (64bit) ■バージョン情報 1.0.0.0
Extension Basic Information
Name | 調達ポータル・政府電子調達(GEPS)AP |
ID | onejhljedhhicenobgnblnolpikdepjb |
Official URL | https://chromewebstore.google.com/detail/%E8%AA%BF%E9%81%94%E3%83%9D%E3%83%BC%E3%82%BF%E3%83%AB%E3%83%BB%E6%94%BF%E5%BA%9C%E9%9B%BB%E5%AD%90%E8%AA%BF%E9%81%94%EF%BC%88geps%EF%BC%89ap/onejhljedhhicenobgnblnolpikdepjb |
Description | 調達ポータル・政府電子調達システム(GEPS)で電子証明書によるログイン、署名等を行うためのアプリケーションです。 |
File Size | 16.6 KB |
Installation Count | 69,162 |
Current Version | 1.0.0.0 |
Last Updated | 2022-03-16 |
Publish Date | 2022-03-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | デジタル庁 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.p-portal.go.jp/ |
Privacy Policy Page URL | https://www.p-portal.go.jp/pps-web-biz/UZA01/OZA0109 |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmU64XTpJAgCqny76kdHhb2mHP\/Gl4hoDo+aibJadMfPEt4IcxydbhMEDZWSKy\/5nLh6TT0qZruSB73OqgSG3DlG1WwDvJb6eALmLjMGNI6gvsCoPLycGMwvGl\/d3m1lvL1Gxi3zVXsClAgstQvL4O2jCSALCR3yaScPkigHR8QF0Nf0ZbDVf+o8AxJ6flCt9VQ3IFRi87FN7gCVTmpFZlF1AfTo3ow5EXf4xTmwjVC4CZVZ3D26MCczFFcply5N4Q7SM+yfdyYOOHE6TIBzhpKzsQEYHgZmI8GmTYwQxulTOEK15G6bYLsIhPHR0Fb2blpc4oOjKYHw65Ka2motXBwIDAQAB", "name": "\u8abf\u9054\u30dd\u30fc\u30bf\u30eb\u30fb\u653f\u5e9c\u96fb\u5b50\u8abf\u9054\uff08GEPS\uff09AP", "version": "1.0.0.0", "manifest_version": 3, "description": "\u8abf\u9054\u30dd\u30fc\u30bf\u30eb\u30fb\u653f\u5e9c\u96fb\u5b50\u8abf\u9054\u30b7\u30b9\u30c6\u30e0\uff08GEPS\uff09\u3067\u96fb\u5b50\u8a3c\u660e\u66f8\u306b\u3088\u308b\u30ed\u30b0\u30a4\u30f3\u3001\u7f72\u540d\u7b49\u3092\u884c\u3046\u305f\u3081\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002", "content_scripts": [ { "matches": [ "*:\/\/*.geps.go.jp\/*", "*:\/\/*.geps.hq.admix.go.jp\/*", "*:\/\/*.p-portal.go.jp\/*", "*:\/\/*.p-portal.hq.admix.go.jp\/*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon-128.png" }, "permissions": [ "nativeMessaging" ] } |