Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
Platform Learn - Configuration Newとは何ですか?
Platform Learn - Configuration NewはWouter Van Geluweによって開発されたChromeの拡張機能で、その主な機能は「Setup the Configuration ID to access the Platform Learn」です。
拡張機能のスクリーンショット
Platform Learn - Configuration New拡張機能のCRXファイルをダウンロード
Platform Learn - Configuration New拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Setup the Configuration ID to use the Comprehensive Technical Tutorial for AEP
拡張機能の基本情報
名前 | |
ID | hhnbkfgioecmhimdhooigajdajplinfi |
公式URL | https://chrome.google.com/webstore/detail/platform-learn-configurat/hhnbkfgioecmhimdhooigajdajplinfi |
説明 | Setup the Configuration ID to access the Platform Learn |
ファイルサイズ | 373 KB |
インストール数 | 1,085 |
現在のバージョン | 1.30 |
最終更新日 | 2022-04-01 |
公開日 | 2020-09-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Wouter Van Geluwe |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
ヘルプページのURL | https://experienceleague.adobe.com/docs/platform-learn/comprehensive-technical-tutorial-v21/overview.html?lang=en |
プライバシーポリシーページのURL | https://public.aepdemo.net/privacypolicy.html |
対応言語 | 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\/*" ] } ] } |