Free Send Message on Mobile by PC
Send Message on mobile, Free extention for send message , send message in india,created by itfosters.com, Best Development Company.
什么是Free Send Message on Mobile by PC?
Free Send Message on Mobile by PC是由http://www.itfosters.com开发的Chrome扩展程序,该扩展的主要功能是“Send Message on mobile, Free extention for send message , send message in india,created by itfosters.com, Best Development Company.”。
扩展截图
下载Free Send Message on Mobile by PC扩展crx文件
下载Free Send Message on Mobile by PC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Best Phone Messaging system to the any user in india, Sent Message to the user free, Created by IT Fosters. www.itfosters.com
扩展基本信息
名称 | |
ID | aacmdkogoehbmddehhnhdccanngoipnn |
官方URL | https://chrome.google.com/webstore/detail/free-send-message-on-mobi/aacmdkogoehbmddehhnhdccanngoipnn |
简介 | Send Message on mobile, Free extention for send message , send message in india,created by itfosters.com, Best Development Company. |
文件大小 | 12.57 KB |
安装次数 | 20 |
当前版本 | 1.2.0 |
更新时间 | 2015-01-18 |
上架时间 | 2015-01-18 |
评分 | 4.20/5 共5次评分 |
开发者 | http://www.itfosters.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Send Message on Mobile by PC", "description": "Send Message on mobile, Free extention for send message , send message in india,created by itfosters.com, Best Development Company.", "version": "1.2.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Send Message by IT Fosters", "default_popup": "itfmessage_page.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" } } |