SmartyList

Helps you save favorite information and links in an awesome and interactive way.

Τι είναι το SmartyList;

Το SmartyList είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://smartylist.com, και η κύρια λειτουργία του είναι "Helps you save favorite information and links in an awesome and interactive way.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SmartyList

Λήψη αρχείων επέκτασης SmartyList σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SmartyList helps you shortlist favorite products, photos, videos, news, profiles, links, or any custom data in an awesome and interactive way.

Users can quickly create 'Shortlist' of any relevant data on popular (supported, like e-commerce, social networks, news, entertainment etc.) websites by a single click, and are accessible (visually) across those websites as one common list. It's a new free-style browsing experience on the web!!

Why it requires read/write access?
Because it needs to process the content directly on your site and then writes/displays Shortlist buttons and its UI panel

For use cases, screenshots, demos, help or FAQs, visit - https://smartylist.com/links.html                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SmartyList SmartyList
ID epbklomkmclcfchhiiogggcghmhaojej
Επίσημο URL https://chromewebstore.google.com/detail/smartylist/epbklomkmclcfchhiiogggcghmhaojej
Περιγραφή Helps you save favorite information and links in an awesome and interactive way.
Μέγεθος Αρχείου 356 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.1.7
Τελευταία Ενημέρωση 2021-09-11
Ημερομηνία Δημοσίευσης 2019-10-13
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://smartylist.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://smartylist.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://smartylist.com/faq.html
URL της Σελίδας Πολιτικής Απορρήτου http://smartylist.com/privacypolicy-v1.htm
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartyList",
    "short_name": "SmartyList",
    "version": "1.1.7",
    "description": "Helps you save favorite information and links in an awesome and interactive way.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "SmartyList",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.flipkart.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.quora.com\/*",
                "*:\/\/*.stackoverflow.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/news.yahoo.com\/*",
                "*:\/\/news.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.js",
                "js\/jquery-ui.js",
                "js\/analytics.js",
                "js\/baRoutematcher.js",
                "js\/common.js",
                "js\/common-app.js",
                "js\/tracking.js",
                "js\/db2.js",
                "js\/items.js",
                "js\/jquery.token-field.js",
                "js\/notifylib.js",
                "js\/notif.js",
                "js\/injected.js"
            ],
            "css": [
                "css\/popup.css",
                "css\/token-field.css",
                "css\/notifylib.css",
                "css\/stylefonts.css",
                "css\/common.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.html",
        "css\/*",
        "js\/*",
        "*.png",
        "*.gif",
        "*.jpg"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "contextMenus"
    ],
    "oauth2": {
        "client_id": "832173246060-jmsgqa3dfcnejeadhq44fk15n7k4cih3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}