BulkEdit Opportunity Pipeline in Salesforce

Salesforce: Query and bulk edit Close date, Amount, Forecast Category and Next Steps-My Open Pipeline Opportunities.

BulkEdit Opportunity Pipeline in Salesforceคืออะไร?

BulkEdit Opportunity Pipeline in Salesforce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/bulkeditopportunities และคุณลักษณะหลักของมันคือ "Salesforce: Query and bulk edit Close date, Amount, Forecast Category and Next Steps-My Open Pipeline Opportunities."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BulkEdit Opportunity Pipeline in Salesforce

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

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

                        Please Note: 
** If the download as Excel/PDF not working please Mark "Always Allow" for Adobe flash player setting by clicking in the following link.
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
(This plugin uses swf for the download feature so if you have this setting as Always Deny or Always ask then it may not work)

Salesforce My Open Opportunities/Pipeline Management (https://sites.google.com/site/bulkeditopportunities/) is a Google Chrome Productivity Extension with following Features: (Please refresh your salesforce browser Tab prior to clicking on the Chrome extension Icon.):

1) By Clicking Edit My Open Opportunities will fetch the Opportunities owned by you from your logged in salesforce instance
2) It allows to update the Opportunity Pipeline fields: Probability, Close Date, Amount, Next Steps, ForecastCategory
3) From the list of opportunities you can select the opportunities you would like to Mass-Edit Probability, Close Date, Amount, Next Steps and save the records.
4) You can View the result in a paginated format, allows search within your result, You can sort a column in the result set
5) Click on xls, csv,pdf to download the result in the given format, copy to copy the result and print to print the result.
6) This extension will be useful for your Pipeline Forecast calls.

User needs to login to the Salesforce.com org in the browser or refresh the page if already logged-in before clicking on the Chrome extension. The chrome extension reads the session cookie and runs the query/update against the respective Salesforce.com org. There is no need to login again in the extension pop-up. Works well when you are working on multiple orgs and manage your pipeline in multiple orgs at ease.

This is something I tried out to learn how to make a Chrome Extension. The error handling is not done quite well.                    

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

ชื่อ BulkEdit Opportunity Pipeline in Salesforce BulkEdit Opportunity Pipeline in Salesforce
ID ikmncaoopojigalbjbdlephohaipjiok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulkedit-opportunity-pipe/ikmncaoopojigalbjbdlephohaipjiok
คำอธิบาย Salesforce: Query and bulk edit Close date, Amount, Forecast Category and Next Steps-My Open Pipeline Opportunities.
ขนาดไฟล์ 463 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-01-16
วันที่เผยแพร่ 2017-01-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://sites.google.com/site/bulkeditopportunities
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BulkEdit Opportunity Pipeline in Salesforce",
    "version": "0.2",
    "description": "Salesforce: Query and bulk edit Close date, Amount, Forecast Category and Next Steps-My Open Pipeline Opportunities.",
    "author": "Madhumita Mantri",
    "permissions": [
        "cookies",
        "tabs",
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.visual.force.com\/*"
    ],
    "browser_action": {
        "default_icon": "Asset_Icon.png",
        "default_popup": "popup_datatable.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/forcetk.js",
                "js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.force.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-2.0.3.min.map"
    ]
}