eData Search
Allows the user to search companies in eData.biz.
eData Searchとは何ですか?
eData SearchはeDataによって開発されたChromeの拡張機能で、その主な機能は「Allows the user to search companies in eData.biz.」です。
拡張機能のスクリーンショット
eData Search拡張機能のCRXファイルをダウンロード
eData Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | ffdabnbhabodigjmnnehnnceifgkogao |
| 公式URL | https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao |
| 説明 | Allows the user to search companies in eData.biz. |
| ファイルサイズ | 103 KB |
| インストール数 | 66 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2017-12-12 |
| 公開日 | 2017-12-12 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | eData |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://edata.biz |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "eData Search",
"description": "Allows the user to search companies in eData.biz.",
"version": "1.2",
"browser_action": {
"default_icon": "\/app\/images\/edata-icon-48.png",
"default_popup": "\/app\/template\/panel.html",
"default_title": "eData Search"
},
"icons": {
"16": "\/app\/images\/edata-icon-16.png",
"32": "\/app\/images\/edata-icon-32.png",
"48": "\/app\/images\/edata-icon-48.png"
},
"background": {
"scripts": [
"\/app\/js\/content_script.js",
"\/app\/js\/jquery-3.2.1.min.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.edata.biz\/*"
],
"js": [
"\/app\/js\/edata_script.js"
]
}
],
"permissions": [
"activeTab",
"storage",
"contextMenus",
"https:\/\/*.edata.biz\/*"
],
"homepage_url": "https:\/\/edata.biz"
} | |