OSF Builder Suite For SFCC :: Deploy
This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…
OSF Builder Suite For SFCC :: Deployคืออะไร?
OSF Builder Suite For SFCC :: Deploy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daniels และคุณลักษณะหลักของมันคือ "This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OSF Builder Suite For SFCC :: Deploy
ดาวน์โหลดไฟล์ส่วนขยาย OSF Builder Suite For SFCC :: Deploy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC instance where the build was deployed using "OSF Builder Suite For SFCC :: Deploy" Jenkins plugin. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | epdbcbegecijepmdpnhogmedieghhbjj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/osf-builder-suite-for-sfc/epdbcbegecijepmdpnhogmedieghhbjj |
| คำอธิบาย | This extension will show you information about the current build deployed on a SFCC instance. This only works if used on a SFCC… |
| ขนาดไฟล์ | 50.37 KB |
| จำนวนการติดตั้ง | 106 |
| เวอร์ชันปัจจุบัน | 1.0.10 |
| อัปเดตครั้งล่าสุด | 2019-02-04 |
| วันที่เผยแพร่ | 2019-02-03 |
| ผู้พัฒนา | daniels |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://plugins.jenkins.io/osf-builder-suite-for-sfcc-deploy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OSF Builder Suite For SFCC :: Deploy",
"version": "1.0.10",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_title": "OSF Builder Suite For SFCC :: Deploy",
"default_icon": "icon128.png",
"default_popup": "main.html"
},
"manifest_version": 2,
"icons": {
"16": "icon128.png",
"48": "icon128.png",
"128": "icon128.png"
}
} | |