Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
Apa itu Platform Learn - Configuration New?
Platform Learn - Configuration New adalah ekstensi Chrome yang dikembangkan oleh Wouter Van Geluwe, dan fitur utamanya adalah "Setup the Configuration ID to access the Platform Learn".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Platform Learn - Configuration New
Unduh file ekstensi Platform Learn - Configuration New dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP
Informasi Dasar Ekstensi
Nama | |
ID | hhnbkfgioecmhimdhooigajdajplinfi |
URL Resmi | https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi |
Deskripsi | Setup the Configuration ID to access the Platform Learn |
Ukuran File | 373 KB |
Jumlah Instalasi | 1,085 |
Versi Saat Ini | 1.30 |
Terakhir Diperbarui | 2022-04-01 |
Tanggal Publikasi | 2020-09-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Wouter Van Geluwe |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL Halaman Bantuan | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
URL Halaman Kebijakan Privasi | https://public.aepdemo.net/privacypolicy.html |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Platform Learn - Configuration New", "description": "Setup the Configuration ID to access the Platform Learn", "version": "1.30", "manifest_version": 2, "browser_action": { "default_icon": "assets\/img\/icon.png", "default_title": "teste" }, "permissions": [ "storage", "https:\/\/experienceleague.adobe.com\/*", "https:\/\/experienceleague.corp.adobe.com\/*", "https:\/\/docs-stg.corp.adobe.com\/*", "https:\/\/563xc890w6.execute-api.us-west-2.amazonaws.com\/prod", "https:\/\/builder.adobedemo.com\/run\/*" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/use.typekit.net; object-src 'self'", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/experienceleague.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial\/*", "https:\/\/experienceleague.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v21\/*", "https:\/\/experienceleague.corp.adobe.com\/*", "https:\/\/experienceleague.corp.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v21\/*", "https:\/\/docs-stg.corp.adobe.com\/content\/help\/*\/platform-learn\/*", "https:\/\/experienceleague.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v22\/*", "https:\/\/experienceleague.corp.adobe.com\/docs\/platform-learn\/comprehensive-technical-tutorial-v22\/*", "https:\/\/builder.adobedemo.com\/run\/*" ] } ] } |