Adobe Experience Cloud Bookmarks

Bookmarks to Adobe Experience Cloud: Analytics, AEP Data Collection Tags (formerly Launch), Target, Campaign, AEM and other products

Adobe Experience Cloud Bookmarksคืออะไร?

Adobe Experience Cloud Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey Osadchuk และคุณลักษณะหลักของมันคือ "Bookmarks to Adobe Experience Cloud: Analytics, AEP Data Collection Tags (formerly Launch), Target, Campaign, AEM and other products"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adobe Experience Cloud Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย Adobe Experience Cloud Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open any product of Adobe Experience Cloud in one click (30+ direct links).
Be aware of ongoing maintenances and issues in real time.
Benefit from optimized UI in Adobe Analytics, Target, Experience Platform Launch (Data Collection) tag manager.
Find information on Adobe websites with the inbuilt Super Search feature.

New features in the optimized UI for AEP Data Collection Tags (formerly Launch) bring ability to see:
- who updated the property last time and how many resources it includes
- the state of Rules, Data Elements and Extensions right in the resources listing
- the Rule events and Data Element types in the resources listing
- the history of updates in the resources listing (who and when updated the resource)
- who and when developed, submitted and, approved the library
- highlighted resources updated in the last 7 days
- highlighted Code Editor button in the Analytics extension and actions when custom code exists                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Adobe Experience Cloud Bookmarks Adobe Experience Cloud Bookmarks
ID eobofinmnpbpbbmjhoickgllciakebjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adobe-experience-cloud-bo/eobofinmnpbpbbmjhoickgllciakebjn
คำอธิบาย Bookmarks to Adobe Experience Cloud: Analytics, AEP Data Collection Tags (formerly Launch), Target, Campaign, AEM and other products
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 3,273
เวอร์ชันปัจจุบัน 2.3.6
อัปเดตครั้งล่าสุด 2021-12-10
วันที่เผยแพร่ 2020-06-23
คะแนน 4.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Andrey Osadchuk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://medium.com/@andrey.osadchuk/adobe-experience-cloud-bookmarks-chrome-extension-a07e6bc64f9
URL หน้าช่วยเหลือ https://medium.com/@andrey.osadchuk/adobe-experience-cloud-bookmarks-chrome-extension-a07e6bc64f9
URL หน้านโยบายความเป็นส่วนตัว https://training.osadchuka.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adobe Experience Cloud Bookmarks",
    "short_name": "Adobe Super Search",
    "description": "Bookmarks to Adobe Experience Cloud: Analytics, AEP Data Collection Tags (formerly Launch), Target, Campaign, AEM and other products",
    "version": "2.3.6",
    "author": "Andrey Osadchuk",
    "icons": {
        "16": "img\/extension_icon16.png",
        "32": "img\/extension_icon32.png",
        "48": "img\/extension_icon48.png",
        "128": "img\/extension_icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "",
        "webNavigation"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/extension_icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png",
        "js\/*.js"
    ],
    "options_page": "options.html",
    "omnibox": {
        "keyword": "adob"
    }
}