Platform Learn - Configuration New
Setup the Configuration ID to access the Platform Learn
Τι είναι το Platform Learn - Configuration New;
Το Platform Learn - Configuration New είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wouter Van Geluwe, και η κύρια λειτουργία του είναι "Setup the Configuration ID to access the Platform Learn".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Platform Learn - Configuration New
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } ] } |