Enhance Salesforce Report

Auto Refresh Salesforce Report.

Enhance Salesforce Report란 무엇입니까?

Enhance Salesforce Report은(는) https://www.satrangtech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Refresh Salesforce Report."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Enhance Salesforce Report 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Are you seeking up-to-the-minute data from your Salesforce Reports? Look no further! Our outstanding Chrome Extension makes it possible.

While Salesforce limits you to scheduling report refreshes on a daily, weekly, or monthly basis, the Enhance Salesforce Report extension breaks those constraints. Enjoy "up to the second" real-time information by adjusting auto-refresh frequency/duration on the extension options page.

Install it now and unlock the potential you didn't think was possible—experience Real-Time Salesforce Reports!                    

확장 프로그램 기본 정보

이름 Enhance Salesforce Report Enhance Salesforce Report
ID egnmjponnbgginjgdckikemkpphoellg
공식 URL https://chromewebstore.google.com/detail/enhance-salesforce-report/egnmjponnbgginjgdckikemkpphoellg
설명 Auto Refresh Salesforce Report.
파일 크기 57.27 KB
설치 횟수 392
현재 버전 4.0.0
최근 업데이트 2023-12-15
출시 날짜 2016-04-29
개발자 https://www.satrangtech.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://satrangtech.freshdesk.com/support/solutions/17000083038
도움말 페이지 URL https://satrangtech.freshdesk.com/support/tickets/new
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1e0-sAW-O7ZcXN7T0t7OnEE3SKsLZGjvgQ2nI20R18I8/edit
지원되는 언어 en-US
manifest.json
{
    "author": "Satrang Technologies",
    "background": {
        "service_worker": "back.js"
    },
    "action": {
        "default_icon": "img\/ESR.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.1.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.salesforce.com\/00O*",
                "*:\/\/*.lightning.force.com\/lightning\/r\/Report\/00O*",
                "*:\/\/*.lightning.force.com\/lightning\/o\/Report\/home*",
                "*:\/\/*.lightning.force.com\/lightning\/_classic\/%2F00O*"
            ]
        }
    ],
    "description": "Auto Refresh Salesforce Report.",
    "homepage_url": "http:\/\/www.satrangtech.com\/products.htm#12",
    "icons": {
        "8": "img\/icon.png",
        "16": "img\/icon.png",
        "24": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "64": "img\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu3gYJ13gqdZDORVqL9xn6aoe+v6dHWI3h2z\/kapdnuVyvUInPDiuwd1Vzm79nl1mI3RzMm1Nplg41LCnrLFL3xBQ\/6Terk8qvkH9Ze45FPE6+ZUrJ7Q9It9n5T6H+fs4Oq5DB4GeGYGbf\/uJy7jhaaZiclxiYCi7U7MpzUaqxwdtRG9Xg5YqLNA\/shzta6vSFkK7C0GD3M9fsW5eZN5avbNHOM7lPo+0ueCdPewyhzM7igYqRsLkPjP1tAh\/8BB7kJZM9fCIbUjLoZSpui2pmUJsIkkKLIivnromW1RMbjhgY3w0DXhTBQluSnEELrhv6xncI58CI0HtCU9jHWkpQQIDAQAB",
    "manifest_version": 3,
    "name": "Enhance Salesforce Report",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "short_name": "Auto Refresh Salesforce Report.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/60x60-logo.png",
                "background.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}