Allied Business Network Deal Notifier

Get the best deals with ABNSave

Τι είναι το Allied Business Network Deal Notifier;

Το Allied Business Network Deal Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.abnsave.com, και η κύρια λειτουργία του είναι "Get the best deals with ABNSave".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Allied Business Network Deal Notifier

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

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

                        Allied Business Network offers a collection of valuable discounts for businesses, entrepreneurs, and individuals. Through Allied Business Network’s free membership, ABN offers coupon codes and savings programs that can be utilized online, over the phone, or in store.

This app provides users with a simple notification bar on some webpages if their search queries are similar to a vendor that Allied Business Network works with.

Allied Business Network’s discounts span across multiple categories, including:
• Travel
• Office Supplies
• Technology
• Promotional Items
• Corporate Gifts and Attraction Tickets
• Marketing Solutions
• And More

Allied Business Network is in the business of helping businesses. We use the collective buying power of our membership to be able to provide corporate level discounts to small businesses and entrepreneurs. Our members experience savings of up to 85% on Office Depot, Hertz, Wyndham Hotels, FedEx Office, UPS shipping and many more. ABN Savings are redeemed during purchase by entering through an ABN online link, by supplying provided Allied Business Network coupon codes, or by setting up an account with a provider through ABN.

Joining Allied Business Network not only helps save your business money, but it increases the collective buying power of the group, giving us more leverage to achieve better discounts for our members. Joining ABN is always free with no minimum purchase and never any fees. Join Today!                    

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

Όνομα Allied Business Network Deal Notifier Allied Business Network Deal Notifier
ID dejnnmbpnbcblfhkomdkmldiajpfhngl
Επίσημο URL https://chromewebstore.google.com/detail/allied-business-network-d/dejnnmbpnbcblfhkomdkmldiajpfhngl
Περιγραφή Get the best deals with ABNSave
Μέγεθος Αρχείου 458 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2013-11-06
Ημερομηνία Δημοσίευσης 2013-11-06
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.abnsave.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Allied Business Network Deal Notifier",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "Get the best deals with ABNSave",
    "homepage_url": "http:\/\/abnsave.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery\/jquery.min.js",
        "src\/inject\/inject.js"
    ]
}