MOPs PROs Toolbox

A toolbox full of helper tools and 3rd party utilities for the everyday Marketing Operations Professional.

MOPs PROs Toolboxคืออะไร?

MOPs PROs Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mopspros.com และคุณลักษณะหลักของมันคือ "A toolbox full of helper tools and 3rd party utilities for the everyday Marketing Operations Professional."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MOPs PROs Toolbox

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

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

                        For everyday Marketing Operations professionals, the MOPs  PROs Toolbox puts valuable productivity utilities at your fingertips. 

o 50+ links to online tools for simplifying everyday Marketing tasks
o Built-in campaign URL generator
o Usability improvements for Adobe™  Marketo® Engage*:
     + Marketo Classic additional color themes
     + The ability to lock the width of the left panel
     + Right-click to copy the current program name to clipboard
     + Pro Tip indicators for email programs and smart campaigns

--------------
Version 0.3.33 includes:

- Adjusted Pro Tips feature to improve application performance and work within application rate limits.

Previous versions:
Version 0.3.32 - Introduced Pro Tips for emails and smart campaigns.
Version 0.3.31 - Audience size warnings, re-enabled right-click program copy.
Version 0.3.30 -  Data and time helpers, right-click program copy disablement, bug fixes.
Version 0.3.0 - Major Version release. Merged Chrome Extension and Bookmarks.
Version 0.2.3 - Bug fix for dark mode
Version 0.2.2 - Experimental feature - dark mode sidebar
Version 0.2.1 - Bug fix
Version 0.2.0 - Added a new menu that allows you to change all the colours to whatever you like. Miss the old orange? Go ahead and add it! 
Version 0.1.8 - Added a "right click" menu item that copies the Program name you're working in to your clipboard. Very useful when building flows and you drag in an email step and need to get the program name.
Version 0.1.7 - Bug fix - The new style sidebar was appearing blank in the notifications page. This has been fixed.
Version 0.1.6 - Bringing the old Favicon back.
Version 0.1.5 - Title of selected asset is now shown as the browser tab title.
Version 0.1.4 - Folder icons get the purple treatment!
Version 0.1.3 - Stores the width of the sidebar and restores it when opening another tab. Magic!

FOOTNOTES: 
1 - This chrome extension is neither supported nor endorsed by Adobe.                    

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

ชื่อ MOPs PROs Toolbox MOPs PROs Toolbox
ID nkimffhpgcdokjcjnffnpdajfbapllpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mops-pros-toolbox/nkimffhpgcdokjcjnffnpdajfbapllpk
คำอธิบาย A toolbox full of helper tools and 3rd party utilities for the everyday Marketing Operations Professional.
ขนาดไฟล์ 233 KB
จำนวนการติดตั้ง 257
เวอร์ชันปัจจุบัน 0.3.33
อัปเดตครั้งล่าสุด 2021-09-28
วันที่เผยแพร่ 2020-10-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://mopspros.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mopspros.com
URL หน้าช่วยเหลือ https://www.mopspros.com/blog/mopspros-chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://etumos.com/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MOPs PROs Toolbox",
    "version": "0.3.33",
    "description": "A toolbox full of helper tools and 3rd party utilities for the everyday Marketing Operations Professional.",
    "icons": {
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.marketo.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/packages\/adobe-engage\/script.js"
            ],
            "css": [
                "\/packages\/adobe-engage\/styles.css"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.mopspros.com",
    "options_ui": {
        "chrome_style": true,
        "page": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/packages\/adobe-engage\/injector.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}