SwissFS Forex Ticker
Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.
SwissFS Forex Tickerคืออะไร?
SwissFS Forex Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swissfs.sa.com และคุณลักษณะหลักของมันคือ "Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SwissFS Forex Ticker
ดาวน์โหลดไฟล์ส่วนขยาย SwissFS Forex Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SwissFS(Swiss International financial services) Swiss International is a financial services company that facilitates the entire process of participating in global financial markets. Being an Integrated Service Provider we cover the entire process from "Research and Advisory" services to the ultimate "Execution and Clearing" of a transaction. To offer world-class quality in all the services we provide, we have worked hard to put together a highly qualified team of professionals. From the most junior marketing executive to the senior management. A cosmopolitan culture consisting of people from various cultural, social and professional backgrounds allows us to interact with and accommodate effectively clients with differing backgrounds and expectations. Some of the most respected and highly renowned names in the country provide the backing and support to our company, which lends us the highest level of recognition socially and professionally.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SwissFS Forex Ticker |
ID | fhnfgmkpnhngjaommegefeinppkcdgoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swissfs-forex-ticker/fhnfgmkpnhngjaommegefeinppkcdgoa |
คำอธิบาย | Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically. |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-07-15 |
วันที่เผยแพร่ | 2017-07-15 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://swissfs.sa.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://swissfs.sa.com/en/disclosure |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SwissFS Forex Ticker", "description": "Use this tool to keep track of up to 24 different cross rates. The chart is easy to read, and updates automatically.", "version": "1.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "background.js", "jquery-3.2.1.js", "jquery.marquee.min.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "https:\/\/swissfs.sa.com\/*" ], "options_page": "options.html" } |