SFMC OBJECT FINDER
SFMC OBJECT FINDER
SFMC OBJECT FINDERคืออะไร?
SFMC OBJECT FINDER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย montupradhan และคุณลักษณะหลักของมันคือ "SFMC OBJECT FINDER"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SFMC OBJECT FINDER
ดาวน์โหลดไฟล์ส่วนขยาย SFMC OBJECT FINDER ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SFMC Object Finder Article - https://www.linkedin.com/pulse/sfmc-object-finder-1000-users-montu-pradhan/ Description ========= Users find difficult to track down a Object location from the Salesforce Marketing Cloud platform. This extension would help users to search for a Object from the platform and display the exact location. This extension was earlier known as "SFMC DE Finder" - https://chrome.google.com/webstore/detail/sfmc-de-finder/iklnelohieefmkhaebamppkgcnamaekc Uninstall any existing Extension and add the latest extension with new objects being added Version #1.0 - Objects Supported ======================== --> Data Extensions --> Shared Data Extensions --> Classic Email by ID/Name --> Shared Classic Email by ID/Name --> Classic Content Area by ID/Name --> Shared Classic Content Area by ID/Name --> Classic Email Template by ID/Name --> Shared Classic Email Template by ID/Name --> Query Activities --> User Initiated Definitions --> Data Filter Definitions --> Automations Features ======= --> WildCard Search - You do not have to remember the exact name, any word provided would be looked up to search a DE containing the word. Search results would display results for the Object that has been selected. --> Extended Search - The list consists of Object Name, Object Location, MID (In which the Object Resides) --> Download Feature - Once the list is retrieved, you can download as CSV. Requirements ========== --> An active session of Marketing Cloud is needed. --> Stack is the number you see on the Marketing cloud URL (MC.<>.ExactTarget.com) If no stack number is displayed please select S1 from the dropdown. Version #1.1 ========= Added Stack 8 Version #1.2 ========= Added Stack 50 Version #1.3 ========= Added Automation folder search Version #1.5 ========= Added Stack 50 - Sub-Domain Version #1.6 ========= Added functionality to search by DE External Key Version #1.7 ========= Added Header and Footer. Improvised the Layout Version #1.8 ========= Fetch DE Fields Version #1.10 ========= Added Stack 11 Version #2.0 ========= Fixed the issue where users are seeing - "Error::You are not Authorized via Marketing Cloud. You should be logged in..." with latest versions of the Chrome Browser. Version #2.2 ========= Added Analytics to improve better areas within the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SFMC OBJECT FINDER |
ID | bkicfdfanedgnlddinjiojphnehpjnpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sfmc-object-finder/bkicfdfanedgnlddinjiojphnehpjnpd |
คำอธิบาย | SFMC OBJECT FINDER |
ขนาดไฟล์ | 117 KB |
จำนวนการติดตั้ง | 3,735 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2020-02-01 |
วันที่เผยแพร่ | 2020-01-31 |
คะแนน | 3.90/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | montupradhan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SFMC OBJECT FINDER", "description": "SFMC OBJECT FINDER", "version": "2.2", "permissions": [ "https:\/\/mc.*\/", "https:\/\/sfmcdefinder.herokuapp.com\/*", "http:\/\/localhost:2001\/*" ], "browser_action": { "default_icon": "ObjectFinder.png", "default_title": "SFMC OBJECT FINDER", "default_popup": "popup.html" }, "icons": { "48": "ObjectFinder.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "popup.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.exacttarget.com\/", "https:\/\/sfmcdefinder.herokuapp.com\/*", "http:\/\/localhost:2001\/*" ], "js": [ "jquery.js" ], "css": [ "popup.css" ] } ] } |