Avature Import Extension
This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.
Vad är Avature Import Extension?
Avature Import Extension är en Chrome-tillägg utvecklad av Avature, och dess huvudfunktion är "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.".
Tilläggsskärmbilder
Ladda ner Avature Import Extension-förlängningens CRX-fil
Ladda ner Avature Import Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
To get started, please contact your Avature representative or reach out to [email protected].
Grundläggande Information om Tillägg
Namn | Avature Import Extension |
ID | jhebmnhkiibndelgcgpgcacgckcbaail |
Officiell webbadress | https://chromewebstore.google.com/detail/avature-import-extension/jhebmnhkiibndelgcgpgcacgckcbaail |
Beskrivning | This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature. |
Filstorlek | 703 KB |
Antal Installationer | 20,000 |
Aktuell Version | 2.4 |
Senast Uppdaterad | 2024-02-25 |
Publiceringsdatum | 2020-06-20 |
Betyg | 5.00/5 Totalt 17 Betyg |
Utvecklare | Avature |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |