Z Supreme autofill
Extension designed autofill during checkout page
Z Supreme autofillとは何ですか?
Z Supreme autofillはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Extension designed autofill during checkout page」です。
拡張機能のスクリーンショット
Z Supreme autofill拡張機能のCRXファイルをダウンロード
Z Supreme autofill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension designed autofill during checkout page
拡張機能の基本情報
名前 | Z Supreme autofill |
ID | moicbkllamodhkkkikhphepdddgeomhk |
公式URL | https://chromewebstore.google.com/detail/z-supreme-autofill/moicbkllamodhkkkikhphepdddgeomhk |
説明 | Extension designed autofill during checkout page |
ファイルサイズ | 189 KB |
インストール数 | 81 |
現在のバージョン | 1.0 |
最終更新日 | 2018-11-14 |
公開日 | 2018-11-14 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Z Supreme autofill", "version": "1.0", "manifest_version": 2, "description": "Extension designed autofill during checkout page ", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.supremenewyork.com\/*", "https:\/\/*.supremenewyork.com\/*" ], "js": [ "content.js" ] } ] } |