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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } ] } |