Enablix for Chrome

Browse, search and copy link or details of your content on Enablix.

Enablix for Chromeคืออะไร?

Enablix for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://enablix.com และคุณลักษณะหลักของมันคือ "Browse, search and copy link or details of your content on Enablix."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enablix for Chrome

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

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

                        Enablix for Chrome extension allows the Enablix users to browse and search their content stored on Enablix platform. 

Enablix is used by marketing teams to manage important collateral that is used for marketing and selling purposes. With Enablix, sales team members have a central place to access all the relevant content and material that they need for selling. 

The Enablix Chrome extension allows sales reps access to all the content in the Chrome ecosystem without requiring to open a separate tab. It allows users to search content assets by different labels and content types. It also allows users to copy the link to their assets for sharing. For text based assets, users can copy the text associated with asset and use it to draft messages for posting on any website or for sending emails or sharing messages on LinkedIn and other applications. 

Data Privacy:
We require the user to login to the Enablix system using their Enablix username/password. We require the user's email to identify the user and use the same to show relevant content to the user.                    

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

ชื่อ Enablix for Chrome Enablix for Chrome
ID majjhplcanbakohleppnjapnjnfilcbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enablix-for-chrome/majjhplcanbakohleppnjapnjnfilcbb
คำอธิบาย Browse, search and copy link or details of your content on Enablix.
ขนาดไฟล์ 2.33 MB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 2.2.1
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2020-06-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://enablix.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.enablix.com
URL หน้าช่วยเหลือ https://help.enablix.com
URL หน้านโยบายความเป็นส่วนตัว https://www.enablix.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enablix for Chrome",
    "version": "2.2.1",
    "description": "Browse, search and copy link or details of your content on Enablix.",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_title": "Enablix",
        "default_popup": "chrome.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.enablix.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/web.outreach.io\/",
        "https:\/\/*.lightning.force.com\/",
        "https:\/\/www.linkedin.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content\/inboxsdk.js",
                "content\/gmail-processor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/web.outreach.io\/*"
            ],
            "css": [
                "content\/outreach.scss"
            ],
            "js": [
                "content\/outreach-processor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "css": [
                "content\/highVelocity-salesforce.scss"
            ],
            "js": [
                "content\/highVelocity-salesforce-processor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "css": [
                "content\/linkedIn.scss"
            ],
            "js": [
                "content\/linkedIn-processor.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.enablix.com\/*"
        ]
    }
}