Elements.cloud

This Chrome Extension allows the Elements documentation and analytics to be displayed inside Salesforce and Jira.

Elements.cloud là gì?

Elements.cloud là một tiện ích mở rộng Chrome được phát triển bởi Elements.cloud, và tính năng chính của nó là "This Chrome Extension allows the Elements documentation and analytics to be displayed inside Salesforce and Jira.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Elements.cloud

Tải xuống các tệp mở rộng Elements.cloud dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Chrome Extension allows the Elements documentation and analytics to be displayed inside Salesforce Setup, Copado and JIRA.

It also allows end-users to access in-app, contextual help in Salesforce and search for operational documentation from any webpage.

This extension requires that the Salesforce Org is connected to an Elements Space.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Elements.cloud Elements.cloud
ID pdfdjfoigmkblodhcoclpnicpkplbjhf
URL Chính Thức https://chromewebstore.google.com/detail/elementscloud/pdfdjfoigmkblodhcoclpnicpkplbjhf
Mô tả This Chrome Extension allows the Elements documentation and analytics to be displayed inside Salesforce and Jira.
Kích Thước Tệp 4.8 MB
Số Lần Cài Đặt 2,753
Phiên Bản Hiện Tại 3.0.5
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2020-05-13
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Elements.cloud
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://elements.cloud
URL Trang Trợ Giúp https://support.elements.cloud/understand-your-salesforce-org-clean-it-up-and-document-it/elements-catalyst-browser-extensions
URL Trang Chính Sách Bảo Mật https://elements.cloud/privacy-gdpr
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Elements.cloud",
    "short_name": "Elements",
    "description": "This Chrome Extension allows the Elements documentation and analytics to be displayed inside Salesforce and Jira.",
    "version": "3.0.5",
    "icons": {
        "16": "assets\/images\/elements_extension_boxed_16.png",
        "32": "assets\/images\/elements_extension_boxed_32.png",
        "48": "assets\/images\/elements_extension_boxed_48.png",
        "128": "assets\/images\/elements_extension_boxed_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/images\/elements_extension_boxed_16.png",
            "32": "assets\/images\/elements_extension_boxed_32.png",
            "48": "assets\/images\/elements_extension_boxed_48.png",
            "128": "assets\/images\/elements_extension_boxed_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.atlassian.net\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.documentforce.com\/secur\/*",
                "https:\/\/*.content.force.com\/secur\/*",
                "https:\/\/*.file.force.com\/secur\/*",
                "https:\/\/community.thoughtspot.com\/*",
                "https:\/\/brothermobilesolutions.com\/*",
                "https:\/\/bacasystems.zentitle.io\/*"
            ],
            "css": [
                "assets\/styles\/font-awesome.css",
                "assets\/styles\/refmodel.css",
                "assets\/styles\/refmodel-overwrite.css",
                "styles.css"
            ],
            "js": [
                "assets\/js\/wc.js",
                "q9ext-page.js",
                "assets\/js\/refmodel.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/*.documentforce.com\/secur\/*",
                "https:\/\/*.content.force.com\/secur\/*",
                "https:\/\/*.file.force.com\/secur\/*",
                "https:\/\/community.thoughtspot.com\/*",
                "https:\/\/brothermobilesolutions.com\/*",
                "https:\/\/bacasystems.zentitle.io\/*"
            ],
            "css": [
                "assets\/styles\/font-awesome.css",
                "assets\/styles\/refmodel.css",
                "styles.css"
            ],
            "js": [
                "assets\/js\/wc.js",
                "q9ext-page.js",
                "assets\/js\/refmodel.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/api.q9elements.com https:\/\/upload.q9elements.com:1443 https:\/\/gateway.q9elements.com https:\/\/api.us.elements.cloud https:\/\/upload.us.elements.cloud:1443 https:\/\/gateway.us.q9elements.com https:\/\/api.govcloud.elements.cloud https:\/\/upload.govcloud.elements.cloud:1443 https:\/\/gateway.govcloud.elements.cloud; style-src 'unsafe-inline' 'self'; img-src https:\/\/q9elements-content.s3.eu-west-1.amazonaws.com https:\/\/production-elements-content-448905033567-us-east-2.s3.us-east-2.amazonaws.com https:\/\/production-elements-content-668783629007-eu-west-1.s3.eu-west-1.amazonaws.com https:\/\/production-elements-content-149614565308-us-gov-west-1.s3.us-gov-west-1.amazonaws.com 'self'; object-src 'none'; child-src 'self'; media-src 'self'; manifest-src 'self'; worker-src 'self'; upgrade-insecure-requests"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "cookies",
        "history",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.q9elements.com\/*",
        "https:\/\/gateway.q9elements.com\/*",
        "https:\/\/*.q9elements.com\/*",
        "https:\/\/*.visual.force.com\/*",
        "https:\/\/*.amazonaws.com\/q9elements-content%2Frefmodel\/*",
        "https:\/\/upload.q9elements.com:1443\/*",
        "https:\/\/*.atlassian.net\/*",
        "https:\/\/api.cisco.elements.cloud\/*",
        "https:\/\/*.cisco.elements.cloud\/*",
        "https:\/\/upload.cisco.elements.cloud:1443\/*",
        "https:\/\/api.us.elements.cloud\/*",
        "https:\/\/*.us.elements.cloud\/*",
        "https:\/\/*.govcloud.elements.cloud\/*",
        "https:\/\/api.govcloud.elements.cloud\/*",
        "https:\/\/upload.govcloud.elements.cloud:1443\/*",
        "https:\/\/us.cisco.elements.cloud:1443\/*",
        "https:\/\/gateway.cisco.q9elements.com\/*",
        "https:\/\/gateway.us.elements.cloud\/*",
        "https:\/\/gateway.govcloud.elements.cloud\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*",
                "assets\/images\/*",
                "assets\/translations\/*",
                "assets\/translations-app\/*",
                "assets\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.salesforce.com\/*",
            "https:\/\/*.lightning.force.com\/*",
            "https:\/\/*.atlassian.net\/*"
        ]
    }
}