共有ブックマーク(無償版)・サテライトオフィス for Google Apps™
サテライトオフィス・共有ブックマーク拡張機能
What is 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™?
共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ is a Chrome extension developed by http://sateraito-apps-bookmark2.appspot.com, and its main feature is "サテライトオフィス・共有ブックマーク拡張機能".
Download 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ Extension CRX File
Download 共有ブックマーク(無償版)・サテライトオフィス for Google Apps™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | cajnnipdgnggopekdjdghabakocepcjg |
Official URL | https://chrome.google.com/webstore/detail/%E5%85%B1%E6%9C%89%E3%83%96%E3%83%83%E3%82%AF%E3%83%9E%E3%83%BC%E3%82%AF%EF%BC%88%E7%84%A1%E5%84%9F%E7%89%88%EF%BC%89%E3%83%BB%E3%82%B5%E3%83%86%E3%83%A9%E3%82%A4%E3%83%88%E3%82%AA%E3%83%95%E3%82%A3%E3%82%B9-f/cajnnipdgnggopekdjdghabakocepcjg |
Description | サテライトオフィス・共有ブックマーク拡張機能 |
File Size | 52.98 KB |
Installation Count | 82 |
Current Version | 0.9.7 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | http://sateraito-apps-bookmark2.appspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/a/sateraito.jp/sateraito-dounyuu/Home/gong-youbukkumaku |
Privacy Policy Page URL | http://www.sateraito.jp/privacy.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.7", "manifest_version": 2, "homepage_url": "http:\/\/www.sateraito.jp\/", "name": "\u5171\u6709\u30d6\u30c3\u30af\u30de\u30fc\u30af\uff08\u7121\u511f\u7248\uff09\u30fb\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9 for Google Apps\u2122", "description": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u5171\u6709\u30d6\u30c3\u30af\u30de\u30fc\u30af\u62e1\u5f35\u6a5f\u80fd", "icons": { "48": "satelite48.png", "128": "satelite128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "satelite48.png", "default_title": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fb\u5171\u6709\u30d6\u30c3\u30af\u30de\u30fc\u30af", "default_popup": "popup.html" } } |