Google Calendar Events Cloner
Googleカレンダーのスケジュールを別カレンダーにコピーする拡張機能です。(This extension copies events on the specific day of Google calendar to another calendar.)
Google Calendar Events Cloner क्या है?
Google Calendar Events Cloner riatw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Googleカレンダーのスケジュールを別カレンダーにコピーする拡張機能です。(This extension copies events on the specific day of Google calendar to another calendar.)"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Calendar Events Cloner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Google Calendar Events Cloner |
ID | ejpgjiimcjdimielnpcedmlhgbmeahji |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-calendar-events-cl/ejpgjiimcjdimielnpcedmlhgbmeahji |
विवरण | Googleカレンダーのスケジュールを別カレンダーにコピーする拡張機能です。(This extension copies events on the specific day of Google calendar to another calendar.) |
फ़ाइल का आकार | 48.81 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 1.0.11 |
अंतिम अपडेट | 2017-04-03 |
प्रकाशन तिथि | 2017-04-02 |
डेवलपर | riatw |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Calendar Events Cloner", "description": "Google\u30ab\u30ec\u30f3\u30c0\u30fc\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092\u5225\u30ab\u30ec\u30f3\u30c0\u30fc\u306b\u30b3\u30d4\u30fc\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002(This extension copies events on the specific day of Google calendar to another calendar.)", "version": "1.0.11", "minimum_chrome_version": "29", "icons": { "128": "images\/icon\/icon_128.png" }, "browser_action": { "default_icon": { "128": "images\/icon\/icon_128.png" }, "default_title": "Google Calendar Events Cloner", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.google.com\/*", "https:\/\/www.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/accounts.google.com\/o\/oauth2\/token", "https:\/\/www.googleapis.com\/", "http:\/\/riatw.me\/*" ], "content_scripts": [ { "matches": [ "https:\/\/riatw.me\/_extension_oauth\/gcal_event_cloner.html*" ], "js": [ "oauth2\/oauth2_inject.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "oauth2\/oauth2.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |