Salesforce Id Paster LIGHTNING ENABLED

Redirects the current Salesforce page via a keystroke to the page whose SFID is in your clipboard

Salesforce Id Paster LIGHTNING ENABLEDคืออะไร?

Salesforce Id Paster LIGHTNING ENABLED เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cleandata4good และคุณลักษณะหลักของมันคือ "Redirects the current Salesforce page via a keystroke to the page whose SFID is in your clipboard"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Id Paster LIGHTNING ENABLED

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

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

                        Now Lightning enabled!

When you're working with a bunch of exported Salesforce records in an Excel or text file, often you'd like to see the Salesforce record that corresponds to an SF ID you have in the exported file.  Salesforce ID Paster makes this easy.

To use SF ID Paster:

* Copy the SF ID you want to visit from the exported file into the clipboard (ex: if your IDs are in a csv file that you are viewing in Excel, select the cell with the ID whose page you want to visit, then Edit/Copy or Ctl-C (Cmd-C on a Mac).

* Switch to any Salesforce page in Chrome.

* Hit Ctl-Shift-Y on the keyboard.  Presto!  SF ID Paster will place the SF ID's for SF URL in Chrome's address bar, and take you to that page.  (You may see a few URLs flash by as Salesforce redirects to the page.)

* If the clipboard does not contain an SF ID, the URL that SF ID Paster builds will not be a valid SF page and you'll get a Chrome error.

* If the current page is not a SF page when you hit Ctrl-Shift-Y, nothing will happen.

* You can change the keystroke that activates SF ID Paster by clicking Chrome's "3 dots" at upper right, then More Tools, then Extensions, then "3 bars" upper left", then Keyboard Shortcuts.                    

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

ชื่อ Salesforce Id Paster LIGHTNING ENABLED Salesforce Id Paster LIGHTNING ENABLED
ID flggcjjcoichjmbkpgjegjoolpmegagp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-id-paster-ligh/flggcjjcoichjmbkpgjegjoolpmegagp
คำอธิบาย Redirects the current Salesforce page via a keystroke to the page whose SFID is in your clipboard
ขนาดไฟล์ 5.93 KB
จำนวนการติดตั้ง 893
เวอร์ชันปัจจุบัน 0.0.0.6
อัปเดตครั้งล่าสุด 2019-02-01
วันที่เผยแพร่ 2019-02-01
คะแนน 4.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา cleandata4good
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.0.6",
    "name": "Salesforce Id Paster LIGHTNING ENABLED",
    "description": "Redirects the current Salesforce page via a keystroke to the page whose SFID is in your clipboard",
    "icons": {
        "128": "id paster icon Lightning.png"
    },
    "commands": {
        "copyURL": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Copy SF ID from URL"
        }
    },
    "permissions": [
        "tabs",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "SFPastebackground.js"
        ]
    }
}