Monitorsky
Chrome extension for Monitorsky
Monitorskyとは何ですか?
Monitorskyはhttps://monitorsky.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for Monitorsky」です。
拡張機能のスクリーンショット
Monitorsky拡張機能のCRXファイルをダウンロード
Monitorsky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Monitorsky is a software application designed for businesses to efficiently manage their contacts. The application allows users to categorize and group contacts, making it easier to organize and keep track of their interactions. With Monitorsky, businesses can import and export contact information, edit contact details, and create custom fields for each contact. This enables businesses to have a comprehensive view of their contacts, including their name, company, phone number, email address, and other important details. Moreover, Monitorsky's grouping feature allows businesses to categorize their contacts into different segments based on factors like location, job title, or relationship to the business. This helps businesses to target specific groups of contacts for marketing campaigns, promotions, or other communication efforts. Overall, Monitorsky is a powerful business tool that helps businesses to better manage their contacts and improve their customer relationship management.
拡張機能の基本情報
名前 | Monitorsky |
ID | aoilngicinhmahckamgidhclkdpbmfgj |
公式URL | https://chromewebstore.google.com/detail/monitorsky/aoilngicinhmahckamgidhclkdpbmfgj |
説明 | Chrome extension for Monitorsky |
ファイルサイズ | 78.68 KB |
インストール数 | 822 |
現在のバージョン | 0.2.26.5 |
最終更新日 | 2023-03-22 |
公開日 | 2019-08-28 |
評価 | 3.83/5 合計 6 レビュー |
開発者 | https://monitorsky.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://monitorsky.com |
ヘルプページのURL | https://monitorsky.com/faq/ |
プライバシーポリシーページのURL | https://monitorsky.com/privacy-policy |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Monitorsky", "version": "0.2.26.5", "description": "Chrome extension for Monitorsky", "icons": { "144": "icons\/icon_144.png", "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "https:\/\/*.skype.com\/", "*:\/\/*.monitorsky.com\/", "https:\/\/*.live.com\/", "https:\/\/auth.gfx.ms\/" ], "browser_action": { "default_title": "Monitorsky", "default_icon": "icons\/icon_19.png", "default_popup": "html\/default.html" }, "background": { "scripts": [ "js\/bluebird.js", "js\/bluebird-retry.js", "js\/ajax.js", "js\/utils.js", "js\/BigInteger.js", "js\/sha256.js", "js\/sha256Auth.js", "js\/skypeClient.js", "js\/monitorskyClient.js", "js\/background.js", "js\/update.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.monitorsky.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.monitorsky.com\/*" ], "css": [ "css\/monitorsky.com.css" ], "js": [ "js\/content\/monitorsky.com.js" ] } ] } |