Atila Scholarship Helper

Save scholarship you're interested in, get reminded when a scholarship is due, add notes and more

Atila Scholarship Helperとは何ですか?

Atila Scholarship HelperはAtilaによって開発されたChromeの拡張機能で、その主な機能は「Save scholarship you're interested in, get reminded when a scholarship is due, add notes and more」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Atila Scholarship Helper拡張機能のCRXファイルをダウンロード

Atila Scholarship Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Atila Scholarship Helper Chrome Extension allows you to easily save any scholarships you find on the internet. Get reminded when a scholarship is due, add notes, and export to Google Sheets and Calendar so you never forget a deadline.

Key Features:
Bookmark: Save scholarships from any website.
When you come across a website you're interested in, instead of opening up a spreadsheet or word document or saving it across multiple bookmarks, this extension allows you to save a scholarship and it's relevant details in just one click. 

All saved scholarships automatically saved to the Atila website.

Save to Calendar: Easily add the saved scholarships to your Google Calendar.
Save scholarships that you're interested in directly from the scholarship site directly. Get reminded when a scholarship is due through Google Calendar, and add notes to help you organize the scholarships or as a reminder for what to include in your application.

Edit: Update scholarship description and notes through an easy to use interface.
Our interface shows you all the scholarships which you've saved in an easy to navigate table. The table allows you to easily edit the description and notes so you remember to include all the small details to help you write the best scholarship applications possible!

Export: Transfer your saved scholarships to other places like a spreadsheet, word document, etc.
You can export it to a fresh Google Sheets spreadsheet to help you visualize all of your deadlines.                    

拡張機能の基本情報

名前 Atila Scholarship Helper Atila Scholarship Helper
ID ippmodhmgofpojbjjcgpjelghailjomm
公式URL https://chromewebstore.google.com/detail/atila-scholarship-helper/ippmodhmgofpojbjjcgpjelghailjomm
説明 Save scholarship you're interested in, get reminded when a scholarship is due, add notes and more
ファイルサイズ 943 KB
インストール数 71
現在のバージョン 1.1.4
最終更新日 2022-12-16
公開日 2021-09-29
開発者 Atila
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://atila.ca
プライバシーポリシーページのURL https://atila.ca/terms-and-conditions
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atila Scholarship Helper",
    "description": "Save scholarship you're interested in, get reminded when a scholarship is due, add notes and more",
    "version": "1.1.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Save this Scholarship"
    },
    "options_page": "index.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/atila-7.herokuapp.com\/api\/*",
        "https:\/\/atila-7-staging.herokuapp.com\/api\/*"
    ],
    "icons": {
        "16": "atila-logo-gradient-128.png",
        "48": "atila-logo-gradient-128.png",
        "128": "atila-logo-gradient-128.png"
    }
}