SFshare - Custom Salesforce Connector

SFshare shares data between your SFDC instance and any webapp

SFshare - Custom Salesforce Connectorคืออะไร?

SFshare - Custom Salesforce Connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YourSuite และคุณลักษณะหลักของมันคือ "SFshare shares data between your SFDC instance and any webapp"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SFshare - Custom Salesforce Connector

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

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

                        Latest updates:
- Print attachment list
- File Management: push files from any web app project to related SFDC objects and browse SFDC attachments;
- Full attachment support from your SFDC Sidebar: browse external archives of files related to a SFDC record and access instantly to their download links;
- New icons and visual improvements ;
- New "More" button connects to related Salesforce Accounts and Opportunities;
- Compatibility with SFDC Classic & Lightning;
- Extensible support to additional apps;
- Bug fixes and performance improvements.

Connect your favorite web apps (such as on-boarding platforms, webmail products, customized portals) to your CRM. 
Take advantage of several real-time functionality to access and share Salesforce (R) standard and custom objects with any external service. Assign roles and basic permissions, enhance user experience, validate data before storing it in Salesforce. Since v. 1.1, you can avoid copying your Company data to unreliable and non-real-time custom fields of 3rd party services: sharing is better! Increase your privacy, protect your data!

Features:
1) Salesforce project lookup directly from your favorite external web apps;
2) Customizable area to edit your SFDC data within external web apps;
3) Real-time field validation;
4) Real-time dedicated Apex RestResource for additional SFDC data validation;
5) 3rd party custom field section replacement;
6) Project summary Grid view;
7) Contact sharing;
8) Print/Export options;
9) Easy configuration to set permissions and add/remove shared fields from a simple SFDC table;
10) Additional pop-up functionalities including:
--- Latest external platform project listing and quick access;
--- Multi-instance simultaneous management;
--- SFDC pending project report;
--- Latest successfully-pushed SFDC project report;
--- Multi-instance full disconnection;
--- Quick manual field definition refresh;
--- Attachment area with tools to easily push files to SFDC (live logs and error management included);
--- Onboarding Platform Theme Support (under development);
11) Sidebar for Salesforce includes:
--- Quick summary of external related records;
--- Aggregation of all important information in one place, simplifying your SFDC experience by reducing the number of tabs you need to monitor data from different sources;
--- Quick links to access external related records for faster browsing;
--- Quick access to attachments and download links.

Coming soon:
- Salesforce Standard Object Extended Lookup from any webapp.                    

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

ชื่อ SFshare - Custom Salesforce Connector SFshare - Custom Salesforce Connector
ID bokapmcogldekdjkllbkkcldjfjmeojc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sfshare-custom-salesforce/bokapmcogldekdjkllbkkcldjfjmeojc
คำอธิบาย SFshare shares data between your SFDC instance and any webapp
ขนาดไฟล์ 12.06 MB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2021-09-10
วันที่เผยแพร่ 2021-06-29
ผู้พัฒนา YourSuite
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.yoursuite.it
URL หน้าช่วยเหลือ https://www.yoursuite.it/contatti/
URL หน้านโยบายความเป็นส่วนตัว https://www.batchdatacollector.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SFshare - Custom Salesforce Connector",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "SFshare shares data between your SFDC instance and any webapp",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "BIcon.png"
    },
    "permissions": [
        "http:\/\/*.guidecx.com\/*",
        "https:\/\/*.guidecx.com\/*",
        "https:\/\/*.aeternus.yoursuite.it\/*",
        "unlimitedStorage",
        "tabs",
        "cookies",
        "webNavigation",
        "https:\/\/*.salesforce.com\/*",
        "https:\/\/*.force.com\/*",
        "https:\/\/sdk.split.io\/api\/*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "browser_action": {
        "default_title": "SFshare",
        "default_icon": "BIcon.png",
        "default_popup": "csLauncher.html?windowtype=popup"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "csLauncher.html",
        "csLoader.html",
        "csPrint.html",
        "addons\/*",
        "artwork\/*",
        "commonLibrary.js",
        "csPrint.js",
        "indexedDB.js",
        "*.css"
    ]
}