Avature Import Extension
This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
Avature Import Extensionとは何ですか?
Avature Import ExtensionはAvatureによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.」です。
拡張機能のスクリーンショット
Avature Import Extension拡張機能のCRXファイルをダウンロード
Avature Import Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To get started, please contact your Avature representative or reach out to [email protected]. 拡張機能の基本情報
| 名前 | |
| ID | jhebmnhkiibndelgcgpgcacgckcbaail |
| 公式URL | https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail |
| 説明 | This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature. |
| ファイルサイズ | 703 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 2.4 |
| 最終更新日 | 2024-02-25 |
| 公開日 | 2020-06-20 |
| 評価 | 5.00/5 合計 17 レビュー |
| 開発者 | Avature |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Avature Import Extension",
"short_name": "AvaImport",
"version": "2.4",
"manifest_version": 3,
"description": "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.",
"permissions": [
"activeTab",
"cookies",
"downloads",
"storage"
],
"host_permissions": [
"https:\/\/*\/"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icon_red16.png",
"32": "icon_red32.png",
"48": "icon_red48.png",
"128": "icon_red128.png"
}
},
"icons": {
"16": "icon_red16.png",
"32": "icon_red32.png",
"48": "icon_red48.png",
"128": "icon_red128.png"
},
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"\/scripts.js"
],
"css": [
"\/scripts.css"
]
}
]
} | |