Year++

Auto save Facebook friends' birthdays to Google Calendar and manage customized gift list

Year++ क्या है?

Year++ Year++ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto save Facebook friends' birthdays to Google Calendar and manage customized gift list"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Year++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Year ++ allows you to keep track of friends’ and family’s birthdays so that you wouldn’t forget them again! Integrating with Facebook birthday page and Google Calendar, Year ++ makes it extremely simply to add birthday events on Google calendar and manage gift lists.

Features:
- Automatically add Facebook friends’ birthday to Google Calendar 
   Go to https://www.facebook.com/events/birthdays/ page, and right click the icon of each Facebook friend whose 
   birthday you want to add, and select “Add Birthday to Google Calendar”

- Manage profile and customized gift list                    

एक्सटेंशन की मूल जानकारी

नाम Year++ Year++
ID iohgcjalmalbppjjohhfhnhmbmdcaedl
आधिकारिक URL https://chromewebstore.google.com/detail/year++/iohgcjalmalbppjjohhfhnhmbmdcaedl
विवरण Auto save Facebook friends' birthdays to Google Calendar and manage customized gift list
फ़ाइल का आकार 39.28 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-07-07
प्रकाशन तिथि 2020-01-31
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Year++
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Year++",
    "version": "1.0.2",
    "description": "Auto save Facebook friends' birthdays to Google Calendar and manage customized gift list",
    "permissions": [
        "contextMenus",
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "10472574227-62ph61h41otgj5phdrna77qvvpn9roug.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/events\/birthdays\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons8-birthday-16.png",
            "32": "images\/icons8-birthday-32.png",
            "48": "images\/icons8-birthday-48.png",
            "128": "images\/icons8-birthday-128.png"
        }
    },
    "icons": {
        "16": "images\/icons8-birthday-16.png",
        "32": "images\/icons8-birthday-32.png",
        "48": "images\/icons8-birthday-48.png",
        "128": "images\/icons8-birthday-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj451yhkOUgOqzUekF\/tT9o97oAeAMMKfUZWgl8s+j8AHsWocoSXySm0S9wlKmyjnQ00ReIX1OvdPOa4rnt\/5wS8WpE4NvrrTCLqQzuPuInrRcEespMriRVIEa10GG3eZb+ugzByzgpgw4D2RTeEq43QTNFXls0p3SWVW4DggVmrYv2y6OE81Fmj5hQ34k84Ecie3WO8hmXg\/\/nG\/GimgJJ0u2FD9QMLv1ZHN5f9llxX0XMkIisbmGK4K9kegGoWoB5aeJMpzTQqodIu8jxFuecAvZrlOE44cxq3X+TP75Qy0QppDBOPtIbyKRxdsJQ\/Sf82pda1ad53S6xcQr2Ty3wIDAQAB",
    "manifest_version": 2
}