Roistat CRM tools
Roistat CRM tools
什么是Roistat CRM tools?
Roistat CRM tools是由Roistat开发的Chrome扩展程序,该扩展的主要功能是“Roistat CRM tools”。
扩展截图
下载Roistat CRM tools扩展crx文件
下载Roistat CRM tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This app change link to audio files to audio player. Now you don't need to open file in new tab to listen it. You could listen it in current tab directly. Screenshots shows you how it looks like before and after. Privacy policy: https://roistat.com/ru/privacy
扩展基本信息
名称 | Roistat CRM tools |
ID | ikbkgacdpenjbbiacghfhkmkfndiinaj |
官方URL | https://chromewebstore.google.com/detail/roistat-crm-tools/ikbkgacdpenjbbiacghfhkmkfndiinaj |
简介 | Roistat CRM tools |
文件大小 | 197 KB |
安装次数 | 203 |
当前版本 | 1.0.1 |
更新时间 | 2019-02-09 |
上架时间 | 2019-02-08 |
评分 | 5.00/5 共1次评分 |
开发者 | Roistat |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://roistat.com |
隐私政策页面URL | https://roistat.com/ru/privacy |
支持的语言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roistat CRM tools", "version": "1.0.1", "description": "Roistat CRM tools", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'", "background": { "page": "forge.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "forge\/app_config.js", "forge\/all.js", "src\/js\/jquery-2.0.0.js", "src\/js\/page.js" ], "css": [], "run_at": "document_start", "all_frames": false } ], "icons": { "128": "src\/img\/logo128.png", "48": "src\/img\/logo48.png", "16": "src\/img\/logo16.png" }, "browser_action": { "default_icon": "src\/img\/logo16.png", "default_popup": "src\/index.html" }, "manifest_version": 2 } |