Sourcing Secret Chrome Extension
This extension auto-populate description text.
Sourcing Secret Chrome Extensionとは何ですか?
Sourcing Secret Chrome Extensionはhttp://sourcingsecret.comによって開発されたChromeの拡張機能で、その主な機能は「This extension auto-populate description text.」です。
拡張機能のスクリーンショット
Sourcing Secret Chrome Extension拡張機能のCRXファイルをダウンロード
Sourcing Secret Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | indglgdhbhcmmkeflbmbiahcdkdmncac |
公式URL | https://chrome.google.com/webstore/detail/sourcing-secret-chrome-ex/indglgdhbhcmmkeflbmbiahcdkdmncac |
説明 | This extension auto-populate description text. |
ファイルサイズ | 60.73 KB |
インストール数 | 187 |
現在のバージョン | 1.7 |
最終更新日 | 2018-10-12 |
公開日 | 2018-10-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://sourcingsecret.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "name": "Sourcing Secret Chrome Extension", "short_name": "SSCE", "description": "This extension auto-populate description text.", "version": "1.7", "options_page": "options.html", "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/gp\/product\/*", "https:\/\/www.amazon.com\/*\/dp\/*", "https:\/\/www.amazon.com\/dp\/*" ], "js": [ "jquery-3.3.1.min.js", "contentscript.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage", "tabs", "https:\/\/app.sourcingsecret.com\/*" ] } |