Salesforce Helper

Salesforce Helper for WCNSS and Google buganizer

Salesforce Helper là gì?

Salesforce Helper là một tiện ích mở rộng Chrome được phát triển bởi sfhelperteam, và tính năng chính của nó là "Salesforce Helper for WCNSS and Google buganizer".

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

screenshot

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

Tải xuống các tệp mở rộng Salesforce Helper 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

                        Help for bridge several web sites and fill values.
Currently, user need to work several web site from Salesforce and Buganizer to get the information in order to work. It spends a lot of time to compare the data site by site in order to get the whole picture of the issue. 

This extension bridge the information that owned by user account to give them a whole new complete picture by user data from different web site.

It is very useful and user can work effectively to support problem.  

All the information are owned by user account and there is no any password or sensitivity data stored into this extension. 

This extension will not provide link to any website that user do not want to access. All operation are controlled by user.                    

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

Tên Salesforce Helper Salesforce Helper
ID iifnlmkppkfngfklbnlbpaijcgoblkmg
URL Chính Thức https://chromewebstore.google.com/detail/salesforce-helper/iifnlmkppkfngfklbnlbpaijcgoblkmg
Mô tả Salesforce Helper for WCNSS and Google buganizer
Kích Thước Tệp 766 KB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-02-23
Ngày Phát Hành 2020-06-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sfhelperteam
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1J_mjKQ0PAtuaNetK6lcuqOpfkM4fCm1mysiX5sykr0k/edit
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Helper",
    "author": "Bo-Yi Lee",
    "version": "2.0.1",
    "description": "Salesforce Helper for WCNSS and Google buganizer",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "images\/icon128.png",
        "default_popup": "dashboard.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "css": [
                "tooltip.css"
            ],
            "matches": [
                "https:\/\/qualcomm-cdmatech-support.lightning.force.com\/*",
                "https:\/\/qualcomm-cdmatech-support--stg.lightning.force.com\/*",
                "https:\/\/qualcomm-cdmatech-support.my.salesforce.com\/*",
                "https:\/\/jira.qualcomm.com\/jira\/*",
                "https:\/\/jira-cstm.qualcomm.com\/jira\/*",
                "https:\/\/jira-stability.qualcomm.com\/jira\/*",
                "https:\/\/jira-dc.qualcomm.com\/jira\/*",
                "https:\/\/jira-hdw.qualcomm.com\/jira\/*",
                "https:\/\/orbit\/CR\/*",
                "https:\/\/qct-engineering.my.salesforce.com\/*",
                "http:\/\/wbit.qualcomm.com\/SBA\/*",
                "https:\/\/partnerissuetracker.corp.google.com\/*",
                "http:\/\/mwlantw-linux1.ap.qualcomm.com:5000\/*",
                "http:\/\/cnss-sns-64.qualcomm.com:5000\/*",
                "http:\/\/cnss-sns-62.qualcomm.com\/*",
                "https:\/\/qipltarget.qualcomm.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "cookies",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "clipboardRead",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.qualcomm.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/review-android.quicinc.com\/*",
        "https:\/\/*.lightning.force.com\/*"
    ],
    "web_accessible_resources": [
        "jquery-3.3.1.min.js",
        "sfhelper.js",
        "tooltip.css"
    ],
    "commands": {
        "execute_download_buglist": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            },
            "description": "Download bug list"
        }
    }
}