Launcher SenderServices.com
This extention let you launch SenderServices.com from your browser.
什麼是Launcher SenderServices.com?
Launcher SenderServices.com是由https://senderservices.com開發的Chrome擴展程式,該擴展的主要功能是“This extention let you launch SenderServices.com from your browser.”。
擴展截圖
下載Launcher SenderServices.com擴展crx文件
下載Launcher SenderServices.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The expansion will allow you to run SenderServices.com application directly from the browser using the buttons to the right of the address bar. Capabilities: Single click - launch applications; Double click - create shortcuts to applications; Click the absence SenderServices.com applications - go to the page with the installation.
擴展基本資訊
名稱 | Launcher SenderServices.com |
ID | cnhpjbnjfmhdgininpkepbefeppenbme |
官方網址 | https://chromewebstore.google.com/detail/launcher-senderservicesco/cnhpjbnjfmhdgininpkepbefeppenbme |
簡介 | This extention let you launch SenderServices.com from your browser. |
檔案大小 | 36.84 KB |
安裝次數 | 23 |
目前版本 | 1.1 |
更新時間 | 2016-03-16 |
上架時間 | 2016-03-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://senderservices.com |
付費類型 | free |
擴展官網 | http://senderservices.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Launcher SenderServices.com", "description": "This extention let you launch SenderServices.com from your browser.", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "images\/128.png", "48": "images\/48.png" }, "browser_action": { "default_icon": "images\/38.png", "default_title": "SenderServices.com" }, "permissions": [ "management" ] } |