AddressTools extension
Automatically activates AddressTools on Salesforce pages
AddressTools extensionคืออะไร?
AddressTools extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย churry และคุณลักษณะหลักของมันคือ "Automatically activates AddressTools on Salesforce pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AddressTools extension
ดาวน์โหลดไฟล์ส่วนขยาย AddressTools extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For use with AddressTools Premium in Salesforce Classic. Install the browser addon in Chrome or Microsoft Edge with an active AddressTools Premium license to gain interactive functionality.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nnahaihpnbhhaklinmkkkpdbeapjdaeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/addresstools-extension/nnahaihpnbhhaklinmkkkpdbeapjdaeg |
คำอธิบาย | Automatically activates AddressTools on Salesforce pages |
ขนาดไฟล์ | 24.17 KB |
จำนวนการติดตั้ง | 1,362 |
เวอร์ชันปัจจุบัน | 1.43 |
อัปเดตครั้งล่าสุด | 2022-09-16 |
วันที่เผยแพร่ | 2019-04-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | churry |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://www.provenworks.com/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically activates AddressTools on Salesforce pages", "name": "AddressTools extension", "short_name": "pw4sf", "browser_action": { "default_icon": "img\/Cogs_Disabled.png", "default_title": "AddressTools extension", "default_popup": "addressTools.html" }, "content_scripts": [ { "js": [ "lib\/uploadATScripts.js" ], "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "60": "img\/Cogs_Standard.png" }, "manifest_version": 2, "background": { "scripts": [ "lib\/background.js" ] }, "version": "1.43" } |