Coder Social home page Coder Social logo

0cv / salesforce-workbench Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 4.0 35 KB

Salesforce Workbench Chrome Extension

Home Page: https://chrome.google.com/webstore/detail/workbench-tools-for-googl/nanhambbggdgkloeldahjngdmngjgmhk

JavaScript 83.43% HTML 16.57%
chrome extension salesforce workbench

salesforce-workbench's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

salesforce-workbench's Issues

Extension stopped working a few weeks ago

Starting a week or 2 ago, this extension stopped working. It will navigate me to Workbench, but will not automatically log me in. I am using this on Google Chrome Version 104.0.5112.79 (Official Build) (x86_64) on MacOS v12.5.

chrome extension doesnt work with http

The previous versions of this extension used to work with salesforce.com/force.com domains over plain http.

After the recent update on April 18,2017, the extension stopped working with http and works only with https.

Please add the http URL support in the manifest.json as follows

$ diff Salesforce-Workbench-master/manifest.json Salesforce-Workbench-master.modified/manifest.json
17c17
<     "tabs", "https://*.salesforce.com/*", "https://*.force.com/*"
---
>     "tabs", "https://*.salesforce.com/*", "https://*.force.com/*", "http://*.salesforce.com/*", "http://*.force.com/*"
23c23,25
<         "https://*.force.com/*"
---
>         "https://*.force.com/*",
>         "http://*.salesforce.com/*",
>         "http://*.force.com/*"

"/lightning/switcher?destination=" URL is broken

background.js uses the following url "/lightning/switcher?destination=" to switch between classic and lex.

That URL is no longer working.

The new URL is "/ltng/switcher?destination"

For classic:
/ltng/switcher?destination=classic
For Lightning:
/ltng/switcher?destination=lex

Please update the background.js accordingly and release a new version to chrome store asap.

Extension No Longer working

The box is no longer lighting up blue on my tool bar when I login to salesforce, and so I can no longer use the extension. I am using a version of workbench running on my local network through http. The extension has stopped working on 2 different machines, and on all orgs I access whether sandbox or production, lightning or classic.

I don't see anything I have changed, though it could have been a background upgrade of chrome.

Any help or direction would be great, please let me know if you need extra information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.