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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you import profiles from the web into Avature by importing downloaded files as person records in Avature."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Avature Import Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |