OrderForward For PopItUp

This extension creates PopItUp invoices in Paypal, Square and Bless.

O que é OrderForward For PopItUp?

OrderForward For PopItUp é uma extensão do Chrome desenvolvida por Brian Swingle, e sua principal característica é "This extension creates PopItUp invoices in Paypal, Square and Bless.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OrderForward For PopItUp

Baixe arquivos de extensão OrderForward For PopItUp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        PopItUp Invoicing is a Chrome Browser Extension powered by OrderForward for direct sales consultants with a premium membership, that easily helps create Bless, Square and Paypal Invoices for any of the supported companies and product lines through PopItUp(popitup.com) orders with a single click! This process normally takes several minutes to do manually and now will take you less than 15 seconds per order! Download and install today to experience real productivity and lets get you PAID!

Features Include:
 - Automated customer signup for New Bless makes invoicing with the iOS app a breeze!
 - One click invoicing for Bless!
 - Full one click invoice generation is available for (New)Bless, Square and Paypal.
 - One extension supports Bless, Square and Paypal.
 - Provides intuitive status feedback during the invoicing process.
 - Transfers both contact and sale information.
 - Performs price and quantity checks when creating invoices.
 - Facebook support page for feedback and questions.
 - Easy to follow instructional videos for support.
   Installation and Configuration Video: https://www.youtube.com/watch?v=y1ra_64daaQ

Requirements
 - PopItUp account.
 - Account with Bless, Paypal and or Square.
 - Chrome Browser version 29 or newer.

Support Facebook Group:
https://www.facebook.com/groups/985573908221046/

YouTube Channel with helpful videos: https://www.youtube.com/channel/UCErP2S22_FULZv9AI0cuGcg

Powered by OrderForward which is a product of Hanmi Development, LLC

*** This is not a LLR specific app and is not published by any affiliate of LLR ***                    

Informações Básicas da Extensão

Nome OrderForward For PopItUp OrderForward For PopItUp
ID efbdhpjlaghaoijagmilkeofblphggll
URL Oficial https://chromewebstore.google.com/detail/orderforward-for-popitup/efbdhpjlaghaoijagmilkeofblphggll
Descrição This extension creates PopItUp invoices in Paypal, Square and Bless.
Tamanho do Arquivo 452 KB
Contagem de Instalações 75
Versão Atual 3.1.25
Última Atualização 2020-09-05
Data de Publicação 2019-04-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Brian Swingle
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.facebook.com/groups/985573908221046/
URL da Página de Política de Privacidade https://www.termsfeed.com/privacy-policy/cba2f076200609ad3cbf1bae5ac6a4b7
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OrderForward For PopItUp",
    "description": "This extension creates PopItUp invoices in Paypal, Square and Bless.",
    "version": "3.1.25",
    "minimum_chrome_version": "29",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/jquery.3.1.0.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/POPicon.png",
        "default_title": "OrderForward For PopItUp Settings",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "img\/POPicon.png",
        "128": "img\/POPicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/popitup.com\/inventory\/orders*"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content-popitup.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/stylists.mayberrysfashion.com\/inventory\/orders*"
            ],
            "css": [
                "css\/jquery-ui.min.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/content-popitup.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.squareup.com\/dashboard\/invoices\/new*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/bootstrap.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-squared.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js",
                "js\/tether.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery.or.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.paypal.com\/invoice\/create*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/bootstrap.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-paypal.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js",
                "js\/tether.min.js",
                "js\/bootstrap.min.js",
                "js\/jquery.or.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/CustomerRegistration*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-bless-signup.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/PopUp*"
            ],
            "exclude_matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/Popup*"
            ],
            "exclude_matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder?PopUpId=*"
            ],
            "exclude_matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder?PopUpId=*&selectedCustomerId=*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless-addorder.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.lularoebless.com\/Popup\/AddOrder?PopUpId=*&selectedCustomerId=*"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.3.1.0.min.js",
                "js\/content-new-bless-checkout.js",
                "js\/bililiteRange.js",
                "js\/jquery.waitFor.js",
                "js\/jquery-ui.min.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/jquery.modal.min.js",
        "js\/jquery.waitFor.js",
        "js\/bililiteRange.js",
        "js\/jquery-ui.min.js",
        "js\/bootstrap.min.js",
        "js\/options.js",
        "img\/*",
        "css\/iamges\/*",
        "html\/iframe\/*",
        "loader.gif",
        "options.html"
    ],
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "identity",
        "identity.email",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "933159130533-lvrk54pfkvpvcp9f2ga01p2h75sbifak.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}