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 هو إضافة Chrome تم تطويرها بواسطة Avature، والميزة الرئيسية لها هي "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Avature Import Extension
قم بتنزيل ملفات الامتداد Avature Import Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
To get started, please contact your Avature representative or reach out to [email protected].
معلومات أساسية عن التمديد
الاسم | Avature Import Extension |
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 |
البريد الإلكتروني | [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" ] } ] } |