Ntko office document control browser plug-in.
ID: lppkeogbkjlmmbjenbogdndlgmpiddda
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- 重庆软航科技有限公司View Profile
- Privacy
- Privacy Policy
- Help
- Help Center
- Country
- CN
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
- Address
- 金开大道1249号 渝北区, 重庆市 400000 CN
- Website
- Visit
The ability to use ntko office document controls on browsers.
NTKO OFFICE文档控件能够在chrome浏览器中使用webExtensions技术,启动一个本地的应用程序(Ntko浏览器),然后在本地的应用程序中能够直接编辑MS Office、WPS、金山电子表、永中Office等文档并保存到WEB服务器,实现文档和电子表格的统一管理。并具备痕迹保留、模板套红、二维码、pdf及tif阅读等办公自动化系统的必备功能。
The extension collects all cookies for the active tab and sends them as a string to the native messaging host via sendmessage(). This collection of authentication data is not declared in the Chrome Web Store's privacy disclosures (none declared). While the destination is a local companion app, the lack of disclosure is a compliance issue.
chrome.tabs.query({ currentWindow: true, active: true}, function(tabs) { let tab; if (typeof varSessionURL !== 'undefined' && varSessionURL !== "" && varSessionURL !== null) { let ntkoSessionURL = {}; ntkoSessionURL.url = varSessionURL; tab = ntkoSessionURL; } else { tab = tabs.pop(); } chrome.cookies.getAll({ url: tab.url }, function(cookies) { var varCookiesValue = ""; for (var i in cookies) { if (0 != i) varCookiesValue += "; "; varCookiesValue += cookies[i].name; varCookiesValue += "="; varCookiesValue += cookies[i].value; } JsonObject["SessionURL"] = tab.url; if (0 != varCookiesValue.length) JsonObject["Cookie"] = varCookiesValue; JsonObject["Referer"] = tab.url; var jsonValue = JSON.stringify(JsonObject); sendmessage(varGUID, varURLMd5, jsonValue); });});By severity
Versions scanned
None of the 6 scanned versions have more than one unique code-review finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| No versions with multiple unique findings. | |
Files with findings
1 distinct path — top paths by unique finding count:
- background/background.js1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
No comparable text files found between these versions.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.